Uses of Package
net.sf.json
Packages that use net.sf.json
Package
Description
The core of the library
Groovy support
Support for custom serialization
Testing utilities
Miscellaneous utilities
Utilities for transforming JSON to XML and back.
-
Classes in net.sf.json used by net.sf.jsonClassDescriptionMarker interface, identifies a valid JSON value.
A JSON value may be aJSONObject, aJSONArrayor 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. -
Classes in net.sf.json used by net.sf.json.groovyClassDescriptionMarker interface, identifies a valid JSON value.
A JSON value may be aJSONObject, aJSONArrayor aJSONNull.Utility class that helps configuring the serialization process. -
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, aJSONArrayor 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, aJSONArrayor 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.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, aJSONArrayor aJSONNull.