Skip to content

Instantly share code, notes, and snippets.

@idan
Created October 1, 2009 16:47
Show Gist options
  • Save idan/199092 to your computer and use it in GitHub Desktop.
Save idan/199092 to your computer and use it in GitHub Desktop.
try:
import simplejson as json
except ImportError:
try:
import json
except ImportError:
from django.utils import simplejson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment