Skip to content

Instantly share code, notes, and snippets.

@nuada
Last active October 3, 2016 13:54
Show Gist options
  • Save nuada/b3326bddbbeae20a2283898cfc9e9371 to your computer and use it in GitHub Desktop.
Save nuada/b3326bddbbeae20a2283898cfc9e9371 to your computer and use it in GitHub Desktop.
Format and sort JSON file
cat mess.json | python -m json.tool > order.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment