Module avro.codec.jsonencoder

Encodes an Avro object as JSON.

Functions

NameDescription
jsonEncoder(oRange) A helper function for constructing a [BinaryEncoder] with inferred template arguments.

Classes

NameDescription
JsonEncoder An [Encoder] for Avro's JSON encoding that does not buffer output.