Uses of Package
org.json.simple

Packages that use org.json.simple
Package
Description
 
  • Classes in org.json.simple used by org.json.simple
    Class
    Description
    DeserializationException explains how and where the problem occurs in the source JSON text during deserialization.
    The kinds of exceptions that can trigger a DeserializationException.
    Deprecated.
    since 2.0.0 all of the functionality provided by the class seems to be already provided in the JDK.
    Jsonables can be serialized in java script object notation (JSON).
    JsonArray is a common non-thread safe data format for a collection of data.
    Deprecated.
    since 2.0.0, replaced by Jsonable
    Should be implemented by Enums so that keys are easily maintained.
    JsonObject is a common non-thread safe data format for string to data mappings.
    Deprecated.
    since 2.0.0, replaced by Jsonable