Uses of Interface
org.kordamp.json.JSONString
-
Packages that use JSONString Package Description org.kordamp.json The core of the library -
-
Uses of JSONString in org.kordamp.json
Methods in org.kordamp.json with parameters of type JSONString Modifier and Type Method Description static JSONArray
JSONArray.Impl. fromJSONString(JSONString string, JsonConfig jsonConfig)
static JSONObject
JSONObject.Impl. fromJSONString(JSONString string, JsonConfig jsonConfig)
private static JSON
JSONSerializer. toJSON(JSONString string, JsonConfig jsonConfig)
Creates a JSONObject, JSONArray or a JSONNull from a JSONString.
-