Interface | Description |
---|---|
Jsonable |
Jsonables can be serialized in java script object notation (JSON).
|
JSONAware | Deprecated
since 2.0.0, replaced by
Jsonable |
JSONStreamAware | Deprecated
since 2.0.0, replaced by
Jsonable |
Class | Description |
---|---|
ItemList | Deprecated
since 2.0.0 all of the functionality provided by the class seems to be already provided in the JDK.
|
JsonArray |
JsonArray is a common non-thread safe data format for a collection of data.
|
Jsoner |
Jsoner provides JSON utilities for escaping strings to be JSON compatible, thread safe parsing (RFC 4627) JSON
strings, and serializing data to strings in JSON format.
|
JsonObject |
JsonObject is a common non-thread safe data format for string to data mappings.
|
JSONValue | Deprecated
since 2.0.0, replaced by
Jsoner |
Exception | Description |
---|---|
DeserializationException |
DeserializationException explains how and where the problem occurs in the source JSON text during deserialization.
|
Apache Camel