From 07979a6b536f133bde206888372b2c920b007b28 Mon Sep 17 00:00:00 2001 From: Joshua Levy Date: Sat, 11 Nov 2017 15:22:41 -0800 Subject: [PATCH] Mention both jid qnd jiq. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 619674e..11d216c 100644 --- a/README.md +++ b/README.md @@ -216,8 +216,7 @@ Notes: - If you must handle XML, `xmlstarlet` is old but good. -- For JSON, use [`jq`](http://stedolan.github.io/jq/). - * For interactive use, [`jiq`](https://github.com/fiatjaf/jiq) +- 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).