grammar : remove one nested level
This commit is contained in:
parent
2d89da4f77
commit
013457885a
1 changed files with 2 additions and 2 deletions
|
@ -5,10 +5,10 @@ root ::= arr
|
|||
value ::= object | array | string | number | ("true" | "false" | "null") ws
|
||||
|
||||
arr ::=
|
||||
"{\n\t[\n" ws (
|
||||
"[\n" ws (
|
||||
value
|
||||
(",\n" ws value)*
|
||||
)? "\t]\n}"
|
||||
)? "]"
|
||||
|
||||
object ::=
|
||||
"{" ws (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue