Last active
July 19, 2016 06:33
-
-
Save ricardoalcocer/e5c71a554aee34b0fecc to your computer and use it in GitHub Desktop.
Terminal JSON formatting
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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