[Solved] How to get a given below value from json data?

You should really look into How to parse JsonObject / JsonArray in android. Please put your code of also what you have tried because people are here to help solve error/problem not to do coding. Here is code from which you can Parse your json JSONObject jsonObject = new JSONObject(); JSONObject dataObject = jsonObject.getJSONObject(“data”); JSONArray … Read more