Skip to content

Instantly share code, notes, and snippets.

@nickjevershed
Last active August 29, 2015 14:02
Show Gist options
  • Save nickjevershed/065be55ad509105e5899 to your computer and use it in GitHub Desktop.
Save nickjevershed/065be55ad509105e5899 to your computer and use it in GitHub Desktop.
import simplejson as json
with open("blah.json") as f:
blah = json.load(f)
print blah['features'][0]['properties']['headline']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment