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)