From 325bf75bdc31e5f2fb3ca5af26c8999c93b98d0a Mon Sep 17 00:00:00 2001 From: Kevin Lanni Date: Sat, 29 Jul 2017 22:48:33 -0700 Subject: [PATCH] Add jp (#134) [jp](https://github.com/therealklanni/jp) - Simply parse and drill into JSON on the commandline, with jsonpath and stdin stream support (jq compatible, not a replacement). --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 95244a9..a59e4af 100644 --- a/readme.md +++ b/readme.md @@ -185,7 +185,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [jq](https://github.com/stedolan/jq) - Command-line JSON processor [http://stedolan.github.io/jq/](http://stedolan.github.io/jq/). - [underscore-cli](https://github.com/ddopson/underscore-cli) - Command-line utility-belt for hacking JSON and Javascript. - [ramda-cli](https://github.com/raine/ramda-cli) - A CLI tool for processing data with functional pipelines. -- [yaml-cli](https://github.com/pandastrike/yaml-cli) - A simple CLI for querying and updating YAML files +- [yaml-cli](https://github.com/pandastrike/yaml-cli) - A simple CLI for querying and updating YAML files. +- [jp](https://github.com/therealklanni/jp) - Simply parse and drill into JSON on the commandline, with jsonpath and stdin stream support (jq compatible, not a replacement). ## Files and Directories