Possible Duplicate:
How do I parse JSON with Objective-C?
I am downloading this Json data from server. Please help me to parsr this data properly.
{
"query": {
"id": 57,
"uuid": "F247AE9F35014F7D82354FDC17C3F54C",
"owner": "27",
"url": "http://www.google.com",
"urldata": {
"name1": "http://www.orkut.com",
"name2": "http://www.friendster.com",
"name3": "http://www.facebook.com",
}
}
}
Thanks in advance