I am trying to parse JSON string using JSONParser class. Can anybody help figuring out how to get the tag name also. For example take this string:
{ people:{[ name: John, age: 27],[name: Alen, gender: female]}}
If I have an object containing name "John" and age "27", how can I get the tag names, like in this case are name and age?