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