Uses of Package
net.sf.json
-
Packages that use net.sf.json Package Description net.sf.json The core of the librarynet.sf.json.groovy Groovy supportnet.sf.json.processors Support for custom serializationnet.sf.json.test Testing utilitiesnet.sf.json.util Miscelaneous utilitiesnet.sf.json.xml Utilities for trasforming JSON to XML and back. -
Classes in net.sf.json used by net.sf.json 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.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 net.sf.json used by net.sf.json.groovy Class Description JSON Marker interface, identifies a valid JSON value.
A JSON value may be aJSONObject
, aJSONArray
or aJSONNull
.JsonConfig Utility class that helps configuring the serialization process. -
Classes in net.sf.json used by net.sf.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 net.sf.json used by net.sf.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 net.sf.json used by net.sf.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.JSONObject A JSONObject is an unordered collection of name/value pairs. -
Classes in net.sf.json used by net.sf.json.xml Class Description JSON Marker interface, identifies a valid JSON value.
A JSON value may be aJSONObject
, aJSONArray
or aJSONNull
.