Re: Command line tools every web dev needs to know #71 Post by kooshball » Wed, Jul 25, 2012, 8:20 AM UTC if you use json a lot, this is super useful for prettifying stuff in command line.echo '{"foo": "lorem", "bar": "ipsum"}' | python -mjson.tool