Module de.haumacher.msgbuf
Package de.haumacher.msgbuf.json
Copy of the package `com.google.gson.stream` from gson-2.8.2 library for JSON stream writing. While the complete
library is not usable from GWT, since it relies on Java reflection, the stream reading and writing part is
compatible.
-
Class Summary Class Description Base64Utils A utility to decode and encode byte arrays as Strings, using only "safe" characters.JsonReader Reads a JSON (RFC 7159) encoded value as a stream of tokens.JsonUtil Utilities for reading and writing JSON.JsonWriter Writes a JSON (RFC 7159) encoded value to a stream, one token at a time. -
Enum Summary Enum Description JsonToken A structure, name or value type in a JSON-encoded string. -
Exception Summary Exception Description MalformedJsonException Thrown when a reader encounters malformed JSON.