Looking for Simple Client-Server Database Solution for AIR App

Hey guys,

I’m having a bit of trouble finding a web service or server based database that I can understand. I have never really ventured out past Actionscript or Java but I feel like my needs are pretty simple. All I need is a single table with a row for each user and the ability to store various numbers, strings, passwords for each one. I’ve looked at online database services like Parse, Knack and Caspio and they all appear to use JSON. Is there any extremely simple method to accomplish my needs or do I need to learn JSON?

Thanks in advance.