I have complex data structure, mostly made up of NSDictionaries, generated by NSJSONSerialization reading a large JSON file. Now, the dictionaries in such structure, use all the same keys. Would it be safe to assume that the ordering of the keys is the same in all dictionaries? My gut would tell me so, but it really depends on the implementation, I guess.
Cheers,