I am trying to parse a json string using org.json.me.
There is no problem parsing the string.
But org.json.me is shuffling the order of elements in an inner array at the first step when I am making a JSON Object:
Code:
JSONObject jo_artists = new JSONObject(returnContent);
I mean how is it supposed to change the original string??