dfarq.homeip.net
Pretty print JSON in Python
JSON data straight from APIs can be a convoluted one-liner. Here's how to pretty print JSON from Python with one line of code, making that JSON readable.
Dave Farquhar