Last Updated: February 25, 2016
·
483
· mavimo

JSON readable

If you need to display a JSON file readable on shell can use:

cat your-file.json | python -mjson.tool

If you need to diplay remote page:

curl http://your-url.com/file.json | python -mjson.tool