Skip to content

Instantly share code, notes, and snippets.

@brendano
Created September 10, 2010 18:00
Show Gist options
  • Save brendano/574084 to your computer and use it in GitHub Desktop.
Save brendano/574084 to your computer and use it in GitHub Desktop.
try:
import simplejson; json=simplejson
except ImportError:
import json; simplejson=json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment