From c01acf81832d48086f823bb9d4a536faeeb8cf88 Mon Sep 17 00:00:00 2001 From: Bob Williams Date: Thu, 24 Apr 2014 19:15:50 -0700 Subject: [PATCH] adding details for jsontools plugin --- Plugins.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Plugins.md b/Plugins.md index a4ea6b5..6196b0c 100644 --- a/Plugins.md +++ b/Plugins.md @@ -523,6 +523,15 @@ If you use Rapid Board make sure to add the following to your .zshrc: JIRA_RAPID_BOARD="true" ``` +## jsontools +**Maintainer:** [bobwilliams](https://github.com/bobwilliams) + +handy command line tools for dealing with json data. +* pp_json - pretty prints json +* is_json - returns true if valid json; false otherwise +* urlencode_json - returns a url encoded string for the given json +* urldecode_json - returns decoded json for the given url encoded string + ## knife **Maintainer:** [franklouwers](https://github.com/franklouwers)