Skip to content

Instantly share code, notes, and snippets.

@vjo
Created December 24, 2015 00:49
Show Gist options
  • Save vjo/2b1b543f547103deef41 to your computer and use it in GitHub Desktop.
Save vjo/2b1b543f547103deef41 to your computer and use it in GitHub Desktop.
Read JSON files in Python
import json
config = json.loads(open('config.json').read())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment