Last Updated: February 25, 2016
·
864
· yasha0x80

Simple way to parse json in the terminal

For getting a nice output of your json requests you can just pipe the request to this python module "python -mjson.tool" here is a little example:
curl http://search.twitter.com/search.json?q=python | python -mjson.tool