Skip to content

Instantly share code, notes, and snippets.

@sYnfo
Created January 18, 2015 11:28
Show Gist options
  • Save sYnfo/0f6aafcd639b9fd9acdb to your computer and use it in GitHub Desktop.
Save sYnfo/0f6aafcd639b9fd9acdb to your computer and use it in GitHub Desktop.
try:
json['foo']['bar']
json['foo']['baz']
except KeyError as e:
print "Missing {}".format(e.message)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment