Module avro.codec.jsonlexer
Logic for parsing JSON
Functions
| Name | Description |
|---|---|
jsonLexer(iRange)
|
Convenience function to create a [JsonLexer] and infer the range type. |
Classes
| Name | Description |
|---|---|
JsonLexer
|
A JSON lexer that allows tokens to be processed as they are read. |
JsonLexException
|
Exceptions related to incremental parsing in [JsonLexer]. |