Skip to content

Instantly share code, notes, and snippets.

@PinkPandaKatie
Created October 28, 2015 09:07
Show Gist options
  • Save PinkPandaKatie/a3ac36b07f648b6e1581 to your computer and use it in GitHub Desktop.
Save PinkPandaKatie/a3ac36b07f648b6e1581 to your computer and use it in GitHub Desktop.
#!/usr/bin/python
import sys
import json
from collections import OrderedDict
json.dump(json.load(sys.stdin, object_pairs_hook=OrderedDict), sys.stdout, indent=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment