Created
January 21, 2015 04:52
-
-
Save benschw/44ab89627c4d3fd713bf to your computer and use it in GitHub Desktop.
pretty print in json
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
# echo '{"foo": "lorem", "bar": "ipsum"}' | python -m json.tool | |
alias jsonprint="python -m json.tool" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment