Hello, I am currently turning a valid-JSON expression from a web page into a JSONObject using org.JSON. This object has a really weird order. Each time my expression changes the order of the strings in the JSONObject change too. Right now, the debugger tells me that the first two elements in the JSONObject's hashmap are null, and I am seeing the third item in my JSON expression as the first item in my view.
All my items still show up in my ListView, they just all show up in weird ways. Is this a common issue? Is there any way to sort my JSONObject? (My keys are all numbers in descending order). Thank You, Kasra -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

