Module avro.codec.jsonlexer

Logic for parsing JSON

Functions

NameDescription
jsonLexer(iRange) Convenience function to create a [JsonLexer] and infer the range type.

Classes

NameDescription
JsonLexer A JSON lexer that allows tokens to be processed as they are read.
JsonLexException Exceptions related to incremental parsing in [JsonLexer].