Module avro.parser

Converts the text of an Avro schema into a validated data structure.

Classes

NameDescription
Parser A parser for JSON-format schemas. Eached named schema parsed with a parser is added to the names known to the parser so that subsequently parsed schemas may refer to it by name.