I am receiving response from json web service and able to parse it. But when I am parsing the json data using [mydic allKeys] (as unknown keys will be parse using allKeys method) it gives me response but it changes the order of receiving keys.
So I want the order should not be changed. If anybody knows the solution please help.
Thanks.