diff --git a/grammars/.json.gbnf.swp b/grammars/.json.gbnf.swp new file mode 100644 index 000000000..a7a120084 Binary files /dev/null and b/grammars/.json.gbnf.swp differ diff --git a/grammars/json.gbnf b/grammars/json.gbnf index d145b4cc1..72f4857e4 100644 --- a/grammars/json.gbnf +++ b/grammars/json.gbnf @@ -1,6 +1,6 @@ # Grammar for subset of JSON - doesn't support full string or number syntax -root ::= object | array +root ::= object value ::= object | array | string | number | boolean object ::=