Skip to content

Instantly share code, notes, and snippets.

@ricardoalcocer
Last active July 19, 2016 06:33
Show Gist options
  • Save ricardoalcocer/e5c71a554aee34b0fecc to your computer and use it in GitHub Desktop.
Save ricardoalcocer/e5c71a554aee34b0fecc to your computer and use it in GitHub Desktop.
Terminal JSON formatting
# from: http://stackoverflow.com/questions/352098/how-can-i-pretty-print-json
alias json='python -m json.tool'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment