Just curious how i load json string that starts as array [ ie
[ { "id":200 }, { "id":196 } ]At the moment i cheat a bit and prefix the string it with { "array": and post fix with } and then use jsonobject.load(string) It works, but i assume there is a correct way?