⬅︎ Back to jsonpprint - a Python script to format JSON data nicely
Thanks David, this is really handy :)
Using simplejson + Python2.5 or Python2.6 upwards: $ curl -s http://twitter.com/users/show/microsoft.json | json $ type json json is aliased to `python -m json.tool'
Comment
Thanks David, this is really handy :)
Parent comment
Using simplejson + Python2.5 or Python2.6 upwards: $ curl -s http://twitter.com/users/show/microsoft.json | json $ type json json is aliased to `python -m json.tool'