I´ve got the next json code:
{
"person_1":{
"name" :"person",
"pictures":[
{"images":{
"picture_1": "url1",
"picture_2": "url1",
}
}
],
}
}
Can anybody tell me how to get the element "picture_1"? I am using touchJson for objective c.
Best Regards