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 JSONArray
JSONArray. _fromJSONString(JSONString string, JsonConfig jsonConfig)
private static JSONObject
JSONObject. _fromJSONString(JSONString string, JsonConfig jsonConfig)
private static JSON
JSONSerializer. toJSON(JSONString string, JsonConfig jsonConfig)
Creates a JSONObject, JSONArray or a JSONNull from a JSONString.
-