coregrammars.gen.json

This module was automatically generated from the following grammar:

JSONGrammar: JSONObject < :'{' (Pair (:',' Pair)*)? :'}' Pair < ^Terminals.String :':' Value Array < :'[' (Value (:',' Value)* )? :']' Value < Terminals.Literal / JSONObject / Array

Public Imports

pegged.peg
public import pegged.peg;
Undocumented in source.

Members

Aliases

JSONGrammar
alias JSONGrammar = GenericJSONGrammar!(ParseTree).JSONGrammar
Undocumented in source.

Structs

GenericJSONGrammar
struct GenericJSONGrammar(TParseTree)
Undocumented in source.

Meta