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.json
    Class
    Description
    Marker interface, identifies a valid JSON value.
    A JSON value may be a JSONObject, a JSONArray or a JSONNull.
    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.
  • Class
    Description
    Utility 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.util
    Class
    Description
    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.