Skip to content

Instantly share code, notes, and snippets.

@fernandrone
Created October 3, 2017 13:54
Show Gist options
  • Save fernandrone/18fec3e5860e431e5c9c38f4b8183261 to your computer and use it in GitHub Desktop.
Save fernandrone/18fec3e5860e431e5c9c38f4b8183261 to your computer and use it in GitHub Desktop.
JSON Pretty Print
#!/bin/sh
echo "$1" | python -m json.tool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment