Skip to content

Instantly share code, notes, and snippets.

@wiennat
Created November 30, 2009 13:41
Show Gist options
  • Select an option

  • Save wiennat/245450 to your computer and use it in GitHub Desktop.

Select an option

Save wiennat/245450 to your computer and use it in GitHub Desktop.
import simplejson
def json_response(request, obj):
return HttpResponse(simplejson.dumps(obj))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment