jq: correct description of example (#4299)

client-spec/clarity
johnsmith2077 2020-08-28 16:25:06 +08:00 committed by GitHub
parent e815eb4c6e
commit 5951942143
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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}}`