Created
February 28, 2014 06:06
-
-
Save mlf4aiur/9266146 to your computer and use it in GitHub Desktop.
json loads dump
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| graphite_index = json.loads(open('index.json').read()) | |
| result = json.dumps(instances, sort_keys=True, indent=4, encoding='utf-8') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment