Skip to content

Instantly share code, notes, and snippets.

@jaredjburgess
Created February 21, 2016 14:58
Show Gist options
  • Save jaredjburgess/1a971f5c067e4607ddcc to your computer and use it in GitHub Desktop.
Save jaredjburgess/1a971f5c067e4607ddcc to your computer and use it in GitHub Desktop.
Read a JSON file in Python
data = json.loads(open(path_to_file, 'r').read())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment