A command line JSON pretty printer.
Pretty print web service responses like so:
curl -s -L http://t.co/tYTq5Pu | jsonpp
and make beautiful the files running around on your disk:
jsonpp data/long_malformed.json
Installable with go get github.com/jmhodges/jsonpp, brew install jsonpp,
or copying the binary to your $PATH. See the live
documentation for details.
jsonpp assumes that there are one or more JSON objects in a given file,
seperated by newlines.