Skip to content

Instantly share code, notes, and snippets.

@felipeplets
Last active May 31, 2020 13:18
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 felipeplets/e856eab3cadf0d7736453caccce028e4 to your computer and use it in GitHub Desktop.
Save felipeplets/e856eab3cadf0d7736453caccce028e4 to your computer and use it in GitHub Desktop.
# Install JQ
brew install jq
# Format JSON file
jq . input.json > output.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment