Uses of Package
org.kordamp.json
-
Packages that use org.kordamp.json Package Description org.kordamp.json The core of the libraryorg.kordamp.json.processors Support for custom serializationorg.kordamp.json.test Testing utilitiesorg.kordamp.json.util Miscelaneous utilitiesorg.kordamp.json.xml Utilities for trasforming JSON to XML and back. -
Classes in org.kordamp.json used by org.kordamp.json Class Description AbstractJSON Base class for JSONObject and JSONArray.AbstractJSON.CycleSet AbstractJSON.WritingVisitor JSON Marker interface, identifies a valid JSON value.
A JSON value may be aJSONObject
, aJSONArray
or 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.JSONObject.Property JSONString TheJSONString
interface 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
, aJSONArray
or 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
, aJSONArray
or 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.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.xml Class Description JSON Marker interface, identifies a valid JSON value.
A JSON value may be aJSONObject
, aJSONArray
or aJSONNull
.JSONArray A JSONArray is an ordered sequence of values.JSONObject A JSONObject is an unordered collection of name/value pairs.