jq: correct description of example (#4299)

This commit is contained in:
johnsmith2077
2020-08-28 16:25:06 +08:00
committed by GitHub
parent e815eb4c6e
commit 5951942143

View File

@@ -7,7 +7,7 @@
`jq . {{file.json}}`
- Output all elements from arrays (or all key-value pairs from objects) in a JSON file:
- Output all elements from arrays (or all the values from objects) in a JSON file:
`jq '.[]' {{file.json}}`