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 JSONArrayJSONArray.Impl. fromJSONString(JSONString string, JsonConfig jsonConfig)static JSONObjectJSONObject.Impl. fromJSONString(JSONString string, JsonConfig jsonConfig)private static JSONJSONSerializer. toJSON(JSONString string, JsonConfig jsonConfig)Creates a JSONObject, JSONArray or a JSONNull from a JSONString.
-