Uses of Package
net.sf.json
Packages that use net.sf.json
Package
Description
The core of the library
Support for custom serialization
Miscellaneous utilities
-
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.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.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.utilClassDescriptionA 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.