Pretty JSON streams
I've been looking at walls of JSON for the last few days, and realized that I really shouldn't be doing that. So I made a script that will continuously indent and output a stream of JSON data formatted and indented properly.
Using jq is usually the best way to handle this today, but back then, a simple Python wrapper was a quick way to get readable output from a piped stream.