From 0e0c9e349a17af5b80bf10bbce92eba0364a30f1 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Sat, 12 Mar 2016 16:30:17 +0100 Subject: [PATCH] Mention jq and json as similar utilities Co-Authored-By: Ildar Sagdejev --- README.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.markdown b/README.markdown index 5d039f0..45448fe 100644 --- a/README.markdown +++ b/README.markdown @@ -13,6 +13,11 @@ your JSON input to other formats and send that to stdout, to be piped to other processes. You can load JavaScript libraries on the command line to increase your processing power, and other things. +## Similar utilities + +* [json](https://github.com/trentm/json#readme) +* [jq](https://stedolan.github.io/jq/) + ## Setup [This is a great blog post on setup and basic use of jsawk and resty, thanks