adjust JSON grammar

This commit is contained in:
Evan Jones 2023-06-15 00:06:54 -04:00
parent b876d19cff
commit 58ca9bc6c0
2 changed files with 1 additions and 1 deletions

BIN
grammars/.json.gbnf.swp Normal file

Binary file not shown.

View file

@ -1,6 +1,6 @@
# Grammar for subset of JSON - doesn't support full string or number syntax # Grammar for subset of JSON - doesn't support full string or number syntax
root ::= object | array root ::= object
value ::= object | array | string | number | boolean value ::= object | array | string | number | boolean
object ::= object ::=