Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
3bae9dd2
Commit
3bae9dd2
authored
Mar 23, 2014
by
Bob Williams
Browse files
adding README.md for jsontools
parent
ffc17b6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/jsontools/README.md
0 → 100644
View file @
3bae9dd2
# 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment