1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 11:53:11 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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