Module avro.codec.jsondecoder

A decoder for processing JSON Avro input.

Functions

NameDescription
jsonDecoder(iRange) A helper function for constructing a [JsonDecoder] with inferred template arguments.

Classes

NameDescription
JsonDecoder A JSON pull-parser that allows tokens to be processed as they are read.