I have json string like this:
{
"2":{
"id":"2",
"first":"3",
"last":"2",
"ilike":"1",
"created_at":"2015-06-30 16:57:39",
"liketo":"2",
"firstname":"FirstName",
"lastname":"LastName",
"birthday":null
}
}
How can I parse JSONObject without knowing the name "2" just moving to the next array?
JSONObjectthen key thekeySet()& the iterate over thekeySet()to get individual objects.