Uses of Class
top.focess.util.json.JSONObject
-
Packages that use JSONObject Package Description top.focess.util.json -
-
Uses of JSONObject in top.focess.util.json
Subclasses of JSONObject in top.focess.util.json Modifier and Type Class Description classAJSONList<E>classJSONThis class is used to define a JSON object as Map.classJSONDoubleListclassJSONIntListclassJSONListThis class is used to define a JSON object as List.classJSONSectionSection of JSON.classJSONStringListMethods in top.focess.util.json that return JSONObject Modifier and Type Method Description static JSONObjectJSONObject. parse(Object object)static JSONObjectJSONObject. parse(String json)Parse the given string into a JSON object.Methods in top.focess.util.json that return types with arguments of type JSONObject Modifier and Type Method Description Iterator<JSONObject>JSONList. iterator()
-