All Classes and Interfaces
Class
Description
JSON writer that emits JSON to a
Appendable.Extends an
ArrayList with helper methods to determine the underlying JSON type of the list element.Builds a
JsonObject or JsonArray.Extends a
LinkedHashMap with helper methods to determine the underlying JSON type of the map element.Simple JSON parser.
Returns a type-safe parser context for a
JsonObject, JsonArray or "any" type from which you can
parse a String or a Reader.Thrown when the
JsonParser encounters malformed JSON.Streaming reader for JSON documents.
The type of value that the
JsonReader is positioned over.JSON writer that emits JSON to a
String.Factory for JSON writers that target
Strings and Appendables.Allows for additional configuration of the
JsonWriter.Thrown when
JsonWriter is used to write invalid JSON.