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 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.