Last active
January 2, 2019 02:23
-
-
Save pdayvson/a9db82b5cfe7bd9a375a43a17d4db19b to your computer and use it in GitHub Desktop.
Python JSON's pretty
This file contains hidden or 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
cat myjsonfile.json | python -m json.tool > pretty.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment