diff --git a/pages/common/jq.md b/pages/common/jq.md index 9fa80b3a4..aa19aaaa8 100644 --- a/pages/common/jq.md +++ b/pages/common/jq.md @@ -1,7 +1,7 @@ # jq > A command-line JSON processor that uses a domain-specific language (DSL). -> More information: . +> More information: . - Execute a specific expression (print a colored and formatted JSON output): @@ -23,7 +23,7 @@ `{{cat path/to/file.json}} | jq '{{.[index1], .[index2], ...}}'` -- Print all array items/object keys: +- Print all array/object values: `{{cat path/to/file.json}} | jq '.[]'`