I've some JSON String that represents a Map (Dictionary) from the server.
I need to draw this map as it is @ my iPhone app.
I am using JSONKit and it seems that it uses Hashing function to insert keys into its internal JKDictionary....
So should I send a priority number to order the keys? Or there is some way to make JSONKit to preserve keys ordering of the server JSON data?