Skip to content

Instantly share code, notes, and snippets.

@pdayvson
Last active January 2, 2019 02:23
Show Gist options
  • Save pdayvson/a9db82b5cfe7bd9a375a43a17d4db19b to your computer and use it in GitHub Desktop.
Save pdayvson/a9db82b5cfe7bd9a375a43a17d4db19b to your computer and use it in GitHub Desktop.
Python JSON's pretty
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