public class JSONParser extends Object
public static Object parseJSON(String s) throws org.json.JSONException
JSONObject or JSONArray,
depending on whether the string represents an object or an array.s - Raw JSON string to be parsedorg.json.JSONExceptionCopyright © 2015. All Rights Reserved.