JSON
The JsonGrammar Class
public class JsonGrammar : Parser
{
protected override void InitLexer(LexerConfig lexer)
{
// Lexer configuration
}
protected override void InitParser(ParserDefinition def)
{
// Parser configuration
}
}Configuring the Lexer
Parselets
Parsing Null-Values
Parsing JSON Objects
Parsing JSON Arrays
Using the Parser
Last updated