jv
August 6, 2017 ยท View on GitHub
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
August 6, 2017 ยท View on GitHub
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