| Class and Description |
|---|
| JsonAppendableWriter
JSON writer that emits JSON to a
Appendable. |
| JsonArray
Extends an
ArrayList with helper methods to determine the underlying JSON type of the list element. |
| JsonBuilder
Builds a
JsonObject or JsonArray. |
| JsonObject
Extends a
HashMap with helper methods to determine the underlying JSON type of the map element. |
| JsonParser.JsonParserContext
Returns a type-safe parser context for a
JsonObject, JsonArray or "any" type from which you can
parse a String or a Reader. |
| JsonParserException
Thrown when the
JsonParser encounters malformed JSON. |
| JsonReader
Streaming reader for JSON documents.
|
| JsonReader.Type
The type of value that the
JsonReader is positioned over. |
| JsonSink |
| JsonStringWriter
JSON writer that emits JSON to a
String. |
| JsonWriter.JsonWriterContext
Allows for additional configuration of the
JsonWriter. |
| JsonWriterException
Thrown when
JsonWriter is used to write invalid JSON. |
Copyright © 2020. All rights reserved.