Package org.apache.camel.util.json


package org.apache.camel.util.json
  • Class
    Description
    DeserializationException explains how and where the problem occurs in the source JSON text during deserialization.
    Jsonables can be serialized in java script object notation (JSON).
    JsonArray is a common non-thread safe data format for a collection of data.
    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 is a common non-thread safe data format for string to data mappings.
    Represents structural entities in JSON.
    Represents the different kinds of tokens.