jq: remove example to bring it under the 8 example limit (#5057)

translation-badges
Starbeamrainbowlabs 2021-01-01 21:30:53 +00:00 committed by GitHub
parent 550b259371
commit a1b636f844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -19,10 +19,6 @@
`jq '.[0]' {{file.json}}`
- Output the value of a given key of the first element in a JSON text from `stdin`:
`cat {{file.json}} | jq '.[0].{{key_name}}'`
- Output the value of a given key of each element in a JSON text from `stdin`:
`cat {{file.json}} | jq 'map(.{{key_name}})'`