JSon Parsing with object api in Android Part -2
In this video, we see JSON Parsing with Object api in android. For parsing a JSON object, create an object of class JSONObject and specify a string containing JSON data to it.
Syntax: String in;
JSONObject reader = new JSONObject(in);