mirror_json library

Classes

BoolParser
A ready-to-use parser. See Parser for more info.
ClassParser<T>
A ready-to-use parser for classes. See Parser for more info.
ClassParserAction
An action to perform with some field in a class.
DateTimeParser
A ready-to-use parser. See Parser for more info.
DoubleParser
A ready-to-use parser. See Parser for more info.
DynamicParser
A ready-to-use parser. See Parser for more info.
GlobalJsonParserInstance
This class holds all the current Parsers and manages them.
IntParser
A ready-to-use parser. See Parser for more info.
JsonParseable
Annotates that a class can be parsed by ClassParser.
ListParser
A ready-to-use parser. See Parser for more info.
NumParser
A ready-to-use parser. See Parser for more info.
Parser<T>
An interface for any parser. [...]
StringParser
A ready-to-use parser. See Parser for more info.