Package de.haumacher.msgbuf.json


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
    Description
    A utility to decode and encode byte arrays as Strings, using only "safe" characters.
    Reads a JSON (RFC 7159) encoded value as a stream of tokens.
    A structure, name or value type in a JSON-encoded string.
    Utilities for reading and writing JSON.
    Writes a JSON (RFC 7159) encoded value to a stream, one token at a time.
    Thrown when a reader encounters malformed JSON.