From 299c1210919cf03ea55fdc45474de9bab49e4e43 Mon Sep 17 00:00:00 2001 From: ChristopherBiscardi Date: Tue, 19 Sep 2017 15:22:17 -0700 Subject: [PATCH 1/2] mention jiq --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 013e589..619674e 100644 --- a/README.md +++ b/README.md @@ -217,6 +217,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 YAML, use [`shyaml`](https://github.com/0k/shyaml). From 07979a6b536f133bde206888372b2c920b007b28 Mon Sep 17 00:00:00 2001 From: Joshua Levy Date: Sat, 11 Nov 2017 15:22:41 -0800 Subject: [PATCH 2/2] 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).