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
See Source File
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