Skip to content

Instantly share code, notes, and snippets.

@felipekm
Created June 12, 2018 13:22
Show Gist options
  • Save felipekm/82ad61d5aa840cd4b70f0c4b59437e41 to your computer and use it in GitHub Desktop.
Save felipekm/82ad61d5aa840cd4b70f0c4b59437e41 to your computer and use it in GitHub Desktop.
Format JSON with python
#!bin/sh
echo '{"ae": 1}' | python -m json.tool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment