Help with JSON and B4A

NJDude

Expert
Licensed User
Longtime User
I'm having a little bit of difficulty with B4A and JSON.

I have a simple MySQL database and each record contains 3 fields:

Name, Age and Sex

The result in JSON format is:

{"Name":"Joel","Age":"20","Sex":"M"}

My problem is, I've been unable to figure out how to parse it, I've read the examples posted but, I think I'm having a bad day :D

Thanks in advance.
 
Last edited:
Top