Uses of Package
org.kordamp.json
Packages that use org.kordamp.json
Package
Description
The core of the library
Support for custom serialization
Testing utilities
Miscelaneous utilities
Utilities for trasforming JSON to XML and back.
-
Classes in org.kordamp.json used by org.kordamp.jsonClassDescriptionBase class for JSONObject and JSONArray.Marker interface, identifies a valid JSON value.
A JSON value may be aJSONObject
, aJSONArray
or aJSONNull
.A JSONArray is an ordered sequence of values.Utility class that helps configuring the serialization process.The JSONException is thrown when things are amiss.JSONFunction represents a javaScript function's text.JSONNull is equivalent to the value that JavaScript calls null, whilst Java's null is equivalent to the value that JavaScript calls undefined.A JSONObject is an unordered collection of name/value pairs.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.processorsClassDescriptionUtility class that helps configuring the serialization process.A JSONObject is an unordered collection of name/value pairs.
-
Classes in org.kordamp.json used by org.kordamp.json.testClassDescriptionMarker interface, identifies a valid JSON value.
A JSON value may be aJSONObject
, aJSONArray
or aJSONNull
.A JSONArray is an ordered sequence of values.JSONFunction represents a javaScript function's text.JSONNull is equivalent to the value that JavaScript calls null, whilst Java's null is equivalent to the value that JavaScript calls undefined.A JSONObject is an unordered collection of name/value pairs. -
Classes in org.kordamp.json used by org.kordamp.json.utilClassDescriptionMarker interface, identifies a valid JSON value.
A JSON value may be aJSONObject
, aJSONArray
or aJSONNull
.A JSONArray is an ordered sequence of values.Utility class that helps configuring the serialization process.The JSONException is thrown when things are amiss.JSONNull is equivalent to the value that JavaScript calls null, whilst Java's null is equivalent to the value that JavaScript calls undefined.A JSONObject is an unordered collection of name/value pairs. -
Classes in org.kordamp.json used by org.kordamp.json.xmlClassDescriptionMarker interface, identifies a valid JSON value.
A JSON value may be aJSONObject
, aJSONArray
or aJSONNull
.A JSONArray is an ordered sequence of values.A JSONObject is an unordered collection of name/value pairs.