sorry but i amm not a player of Json it's my first time. so please tell me how can i parse a the following rsponse using jsonArray. As JsonObject need an string to return the the JsonArray but in my case i have dynamic Keys as integer and i have to parse it as it is....
{
"1":{
"services":{
"2":{
"service":{
"title":"test 1 service",
"defaultDuration":"60",
"brief":"testing brief ...",
"classSize":"6",
}
},
"3":{
"service":{
"title":"test service 2",
"defaultDuration":"60",
"brief":"testing 2 brief... ",
"classSize":"1",
}
},
"organisation":{
"title":"First organization",
"url":"http:\/\/test.com\/main",
"address":"First Floor ",
"suburb":"Arma",
"postcode":"31435",
"state":"VIC",
"country":"AU"
}
},
"643":{
"services":{
"1325":{
"service":{
"title":"test 1 service",
"defaultDuration":"90",
"brief":"test 1 sevice brief,
"classSize":"1",
}
},
"1523":{
"service":{
"title":"test 2 service",
"defaultDuration":"90",
"brief":"test 2 brief.",
"classSize":"1",
}
},
"organisation":{
"title":"Second orginization",
"url":"http:\/\/test.com\/main2",
"address":"18 Street",
"suburb":"South ",
"postcode":"1241",
"state":"Teststate",
"country":"US"
}
}
}