adjust JSON grammar
This commit is contained in:
parent
b876d19cff
commit
58ca9bc6c0
2 changed files with 1 additions and 1 deletions
BIN
grammars/.json.gbnf.swp
Normal file
BIN
grammars/.json.gbnf.swp
Normal file
Binary file not shown.
|
@ -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 ::=
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue