Hello!
Please help me write this record:
{"stts":{"s":1,"td":{"cid":"72345","zn":"njiw"},"st":true}} Need to access all items. How can I do that?
I have been suffering for two days with JSONObject and getJSONArray:
//response - строка ответа сервера private JSONObject json; private JSONArray values; json = new JSONObject(response); //Тут все ок values = json.getJSONArray("stts");//А тут ловлю краш Log:
11-07 17:19:15.491: W/System.err(271): org.json.JSONException: Value {"s":1,"td":{"cid":"72345","zn":"njiw"},"st":true} at s of type org.json.JSONObject cannot be converted to JSONArray