Uses of Interface
net.sf.json.JSONString
-
Packages that use JSONString Package Description net.sf.json The core of the library -
-
Uses of JSONString in net.sf.json
Methods in net.sf.json with parameters of type JSONString Modifier and Type Method Description private static JSONArrayJSONArray. _fromJSONString(JSONString string, JsonConfig jsonConfig)private static JSONObjectJSONObject. _fromJSONString(JSONString string, JsonConfig jsonConfig)private static JSONJSONSerializer. toJSON(JSONString string, JsonConfig jsonConfig)Creates a JSONObject, JSONArray or a JSONNull from a JSONString.
-