1
0
mirror of https://github.com/jlevy/the-art-of-command-line.git synced 2024-12-04 10:24:46 +02:00

Merge pull request #524 from ChristopherBiscardi/jiq

mention jiq
This commit is contained in:
Joshua Levy 2017-11-11 15:23:04 -08:00 committed by GitHub
commit 6f6e1a13cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -216,7 +216,7 @@ Notes:
- If you must handle XML, `xmlstarlet` is old but good.
- For JSON, use [`jq`](http://stedolan.github.io/jq/).
- For JSON, use [`jq`](http://stedolan.github.io/jq/). For interactive use, also see [`jid`](https://github.com/simeji/jid) and [`jiq`](https://github.com/fiatjaf/jiq).
- For YAML, use [`shyaml`](https://github.com/0k/shyaml).