Skip to content

Instantly share code, notes, and snippets.

@mlf4aiur
Created February 28, 2014 06:06
Show Gist options
  • Select an option

  • Save mlf4aiur/9266146 to your computer and use it in GitHub Desktop.

Select an option

Save mlf4aiur/9266146 to your computer and use it in GitHub Desktop.
json loads dump
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