Uses of Package
net.sf.json
Packages that use net.sf.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 net.sf.json used by net.sf.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 net.sf.json used by net.sf.json.processorsClassDescriptionUtility class that helps configuring the serialization process.A JSONObject is an unordered collection of name/value pairs.
-
Classes in net.sf.json used by net.sf.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 net.sf.json used by net.sf.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 net.sf.json used by net.sf.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.