Uses of Package
org.kordamp.json
-
Packages that use org.kordamp.json Package Description org.kordamp.json org.kordamp.json.processors org.kordamp.json.test org.kordamp.json.util org.kordamp.json.xml -
Classes in org.kordamp.json used by org.kordamp.json Class Description JSON Marker interface, identifies a valid JSON value.
A JSON value may be aJSONObject, aJSONArrayor aJSONNull.JSONArray A JSONArray is an ordered sequence of values.JsonConfig Utility class that helps configuring the serialization process.JSONException The JSONException is thrown when things are amiss.JSONFunction JSONFunction represents a javaScript function's text.JSONNull JSONNull is equivalent to the value that JavaScript calls null, whilst Java's null is equivalent to the value that JavaScript calls undefined.JSONObject A JSONObject is an unordered collection of name/value pairs.JSONString TheJSONStringinterface allows atoJSONString()method so that a class can change the behavior ofJSONObject.toString(),JSONArray.toString(), andJSONWriter.value(Object). -
Classes in org.kordamp.json used by org.kordamp.json.processors Class Description JsonConfig Utility class that helps configuring the serialization process.JSONObject A JSONObject is an unordered collection of name/value pairs. -
Classes in org.kordamp.json used by org.kordamp.json.test Class Description JSON Marker interface, identifies a valid JSON value.
A JSON value may be aJSONObject, aJSONArrayor aJSONNull.JSONArray A JSONArray is an ordered sequence of values.JSONFunction JSONFunction represents a javaScript function's text.JSONNull JSONNull is equivalent to the value that JavaScript calls null, whilst Java's null is equivalent to the value that JavaScript calls undefined.JSONObject A JSONObject is an unordered collection of name/value pairs. -
Classes in org.kordamp.json used by org.kordamp.json.util Class Description JSON Marker interface, identifies a valid JSON value.
A JSON value may be aJSONObject, aJSONArrayor aJSONNull.JSONArray A JSONArray is an ordered sequence of values.JsonConfig Utility class that helps configuring the serialization process.JSONException The JSONException is thrown when things are amiss.JSONObject A JSONObject is an unordered collection of name/value pairs. -
Classes in org.kordamp.json used by org.kordamp.json.xml Class Description JSON Marker interface, identifies a valid JSON value.
A JSON value may be aJSONObject, aJSONArrayor aJSONNull.