I am parsing the json data in iphone sdk, but the problem is after i parsed it i am getting the data in sorted order based on the alphabetic. when i see the json structure in json online viwer i am getting the objects correctly something like Physician name: Designation: Adress: Fax:
but after i parsed the json data in iphone i am getting some thing like this
Adress: Designation: Fax: PhysicianName:
how to avoid the sorting while parsing the json in iphone.