Package com.carrotsearch.ant.tasks.junit4.gson.stream
-
Class Summary Class Description IOContext JsonReader Reads a JSON (RFC 4627) encoded value as a stream of tokens.JsonScope Lexical scoping elements within a JSON reader or writer.JsonWriter Writes a JSON (RFC 4627) 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.