Package org.json.simple
package org.json.simple
-
ClassDescriptionDeserializationException 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
JsonArrayDeprecated.since 2.0.0, replaced byJsonableJsoner 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.Flags to tweak the behavior of the primary deserialization method.Flags to tweak the behavior of the primary serialization method.The possible States of a JSON deserializer.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 byJsonObjectDeprecated.since 2.0.0, replaced byJsonableDeprecated.since 2.0.0, replaced byJsonerThis class is a scanner generated by JFlex 1.4.3 on 8/30/16 5:50 PM from the specification file /home/davinloegering/cliftonlabs/workspace/json-simple/src/main/lex/jsonstrict.lexRepresents structural entities in JSON.Represents the different kinds of tokens.