aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/jq_grammar.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/jq_grammar.md')
-rw-r--r--docs/jq_grammar.md3
1 files changed, 3 insertions, 0 deletions
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 ']'
```