This is very simple one but struggeling. help me out of this.
I am having a json data { \"abc\":\"test\",\"bed\":\"cot\",\"help\":\"me\"}
I want to convert a
It works for me.
JSONObject obj = new JSONObject(result.toString()); JSONArray arr = obj.getJSONArray("value");