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