Skip to content

Instantly share code, notes, and snippets.

@lukasender
Created October 22, 2014 20:02
Show Gist options
  • Save lukasender/122c3c71c3bb8d7e1645 to your computer and use it in GitHub Desktop.
Save lukasender/122c3c71c3bb8d7e1645 to your computer and use it in GitHub Desktop.
Use Python to quickly format JSON
echo '{ "json": "+", "python": "=", "uber-awesome": true }' | python -mjson.tool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment