📝 Update jq cheatsheet with usage examples
This commit is contained in:
@@ -8,3 +8,14 @@ repo: https://github.com/jqlang/jq
|
|||||||
description: Command-line JSON processor
|
description: Command-line JSON processor
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
```shell
|
||||||
|
echo '{"name": "hatter"}' | jq .
|
||||||
|
```
|
||||||
|
|
||||||
|
```shell
|
||||||
|
echo '{"name": "hatter"}' | jq .name -r
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user