Awesome
jv
jv (for jsonviewer) helps you view your JSON.
Installation
go get -u github.com/maxzender/jv
Example usage
jv file.json
Or by reading from stdin
:
jv < file.json
echo '{"foo": "bar"}' | jv
jv (for jsonviewer) helps you view your JSON.
go get -u github.com/maxzender/jv
jv file.json
Or by reading from stdin
:
jv < file.json
echo '{"foo": "bar"}' | jv