Package | Description |
---|---|
org.json.simple |
Class and Description |
---|
DeserializationException
DeserializationException explains how and where the problem occurs in the source JSON text during deserialization.
|
ItemList
Deprecated.
since 2.0.0 all of the functionality provided by the class seems to be already provided in the JDK.
|
Jsonable
Jsonables can be serialized in java script object notation (JSON).
|
JsonArray
JsonArray is a common non-thread safe data format for a collection of data.
|
JsonObject
JsonObject is a common non-thread safe data format for string to data mappings.
|
Apache Camel