Module com.grack.nanojson
Package com.grack.nanojson
package com.grack.nanojson
Lightweight JSON input/output library.
For reading JSON, see
JsonParser. For writing JSON, see
JsonWriter.-
ClassDescriptionJSON writer that emits JSON to a
Appendable.Extends anArrayListwith helper methods to determine the underlying JSON type of the list element.JsonBuilder<T>Builds aJsonObjectorJsonArray.Extends aLinkedHashMapwith helper methods to determine the underlying JSON type of the map element.Simple JSON parser.Returns a type-safe parser context for aJsonObject,JsonArrayor "any" type from which you can parse aStringor aReader.Thrown when theJsonParserencounters malformed JSON.Streaming reader for JSON documents.The type of value that theJsonReaderis positioned over.JSON writer that emits JSON to aString.Factory for JSON writers that targetStrings andAppendables.Allows for additional configuration of theJsonWriter.Thrown whenJsonWriteris used to write invalid JSON.