Skip to content

Instantly share code, notes, and snippets.

@pau
Created June 2, 2015 23:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pau/ef1d11056daf47254a8f to your computer and use it in GitHub Desktop.
Save pau/ef1d11056daf47254a8f to your computer and use it in GitHub Desktop.
jsonfmt
# apt-get install jq moreutils
cat file.json | jq . | sponge file.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment