We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f9cca2 + 600a766 commit df444cfCopy full SHA for df444cf
1 file changed
syncode/parsers/grammars/json_grammar.lark
@@ -1,5 +1,8 @@
1
// Adapted from https://github.com/lapp0/outlines
2
-?start: value
+?start: start_value
3
+
4
+?start_value: object
5
+| array
6
7
?value: object
8
| array
0 commit comments