Package-level declarations
Types
A typealias for a type-unsafe Kotlin representation of JSON. This typealias is mainly for internal documentation purposes and low-level manipulations and should generally be avoided in application code.
A JsonWriter that writes json to an okio BufferedSink
A JsonWriter that reads json from an okio BufferedSource
A JsonReader that reads data from a javascript dynamic
By wrapping each iterator we can use introspection to determine what kind of iterator we have in the stack
A simple wrapper class that can be put in Map to indicate an arbitrary precision json number
Reads a JSON RFC 7159 encoded value as a stream of tokens.
Writes a JSON RFC 7159 encoded value to a stream, one token at a time.
A JsonReader that can consumes ApolloJsonElement values as Json
A JsonWriter that writes data to a Map
Functions
Returns the Kotlin representation of the given JsonReader