Thursday, February 14, 2013

How to format JSON on the command line

Also known as pretty print.

echo myFile.json | python -mjson.tool

No comments: