Thursday, December 19, 2013

iphone using RestKit parse the JSON array problem

For a JSON:
{
"Id": 100,: name ":" abc "
}
I can do JSON using RestKit mapped to local objects
But if this is an array of JSON How do I map?
[
{
"Id": 100,: name ":" abc "
},
{
"Id": 101,: name ":" abcdef "
}
]
Reply:
Mapped to the local array of objects

No comments:

Post a Comment