Last Updated: February 25, 2016
·
410
· jamiis

Prettify JSON in the command line

echo '{ "foo" : 42, "bar" : "baz" }' | python -m json.tool

This is a big help when wanting to easily inspect json output from, say, Chrome's network dev tool.