Commit 3bae9dd2 authored by Bob Williams's avatar Bob Williams
Browse files

adding README.md for jsontools

parent ffc17b6b
# jsontools
# Plugin name
A handy command line tool for dealing with json data.
## Usage
```sh
# curl json data and pretty print the results
curl https://coderwall.com/bobwilliams.json | pp_json
# pretty print the contents of an existing json file
less data.json | pp_json
# json data directly from the command line
echo '{"b":2, "a":1}' | pp_json
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment