From fda13fefa083f9cc6489d55d21aab8ca0300e783 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 28 Jan 2026 22:45:29 +0900 Subject: implement array construction --- docs/jq_grammar.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/jq_grammar.md b/docs/jq_grammar.md index a84164c..d636756 100644 --- a/docs/jq_grammar.md +++ b/docs/jq_grammar.md @@ -98,6 +98,9 @@ primary: STRING '.' FIELD '?'? + '[' ']' + '{' '}' + '[' query ']' ``` -- cgit v1.3-1-g0d28