Module avro.codec.jsondecoder
A decoder for processing JSON Avro input.
Functions
Name | Description |
---|---|
jsonDecoder(iRange)
|
A helper function for constructing a [JsonDecoder] with inferred template arguments. |
Classes
Name | Description |
---|---|
JsonDecoder
|
A JSON pull-parser that allows tokens to be processed as they are read. |