Package com.github.cliftonlabs.json_simple
-
Interface Summary Interface Description Jsonable Jsonables can be serialized in java script object notation (JSON).JsonKey Represents the key of a JsonObject. -
Class Summary Class Description 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 7159) JSON strings, and thread safe serializing data to strings in JSON format.JsonObject JsonObject is a common non-thread safe data format for string to data mappings. -
Enum Summary Enum Description JsonException.Problems The kinds of exceptions that can trigger a JsonException. -
Exception Summary Exception Description JsonException JsonException explains how and where the problem occurs in the source JSON text during deserialization.