Skip to content

Instantly share code, notes, and snippets.

@geraint0923
Created April 16, 2015 22:07
Show Gist options
  • Select an option

  • Save geraint0923/13519bb611d42da9623a to your computer and use it in GitHub Desktop.

Select an option

Save geraint0923/13519bb611d42da9623a to your computer and use it in GitHub Desktop.
Pretty print the JSON format data
echo '{"foo": "lorem", "bar": "ipsum"}' | python -m json.tool
cat data.json | python -m json.tool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment