Uses of Class
top.focess.qq.api.util.json.JSONObject
-
Packages that use JSONObject Package Description top.focess.qq.api.util.json -
-
Uses of JSONObject in top.focess.qq.api.util.json
Subclasses of JSONObject in top.focess.qq.api.util.json Modifier and Type Class Description classJSONThis class is used to define a JSON object as Map.classJSONListThis class is used to define a JSON object as List.classJSONSectionSection of JSON.Methods in top.focess.qq.api.util.json that return JSONObject Modifier and Type Method Description JSONObjectJSONObject. getJSON(int index)Get as JSON at the given indexJSONObjectJSONObject. getList(int index)Get the list at the given indexJSONObjectJSONObject. getList(String key)Get the list named keystatic JSONObjectJSONObject. parse(String json)Parse the given string into a JSON object.
-