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
Written by Marco Vito Moscaritolo
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Python
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#