SyntaxFix
Write A Post
Hire A Developer
Questions
JSONArray ja = new JSONArray(json); JSONObject ob = ja.getJSONObject(0); String nh = ob.getString("status");
[ { "status" : "true" } ]
where 'json' is a String and status is the key from which i will get value