Skip to content

Instantly share code, notes, and snippets.

@sambatyon
Created July 27, 2025 08:40
Show Gist options
  • Save sambatyon/58664a30e3d83431880a011de66574aa to your computer and use it in GitHub Desktop.
Save sambatyon/58664a30e3d83431880a011de66574aa to your computer and use it in GitHub Desktop.
pretty print json
echo '{"foo": "lorem", "bar": "ipsum"}' | python -m json.tool # version >= 2.5
echo '{"foo": "lorem", "bar": "ipsum"}' | python -c'from simplejson.tool import main; main()'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment