Skip to content

Instantly share code, notes, and snippets.

@bumble-bee-chuna
Last active August 29, 2015 14:19
Show Gist options
  • Save bumble-bee-chuna/b33b9b7dae75be8dcd68 to your computer and use it in GitHub Desktop.
Save bumble-bee-chuna/b33b9b7dae75be8dcd68 to your computer and use it in GitHub Desktop.
Pretty-Print File Containing JSON in Terminal
#requires Python 2.6 or above
echo "$(cat nameOfYourFile.js)" | python -m json.tool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment