Last Updated: February 25, 2016
·
854
· divoxx

Pretty JSON in the terminal

You can pipe to "python -mjson.tool" and have it to format the json.

curl "http://example.com/users.json" | python -mjson.tool