Skip to content

Instantly share code, notes, and snippets.

@polotto
Created September 27, 2019 13:56
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 polotto/d29554c5e4b8226c93168322af10826a to your computer and use it in GitHub Desktop.
Save polotto/d29554c5e4b8226c93168322af10826a to your computer and use it in GitHub Desktop.
Format big json files (> 30mb)
# https://stackoverflow.com/questions/19875218/best-way-to-format-large-json-file-30-mb
cat ugly.json | python -mjson.tool > pretty.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment