Uses of Interface
net.sf.json.JSONString
Packages that use JSONString
-
Uses of JSONString in net.sf.json
Methods in net.sf.json with parameters of type JSONStringModifier and TypeMethodDescriptionprivate 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.