Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the json module as fallback for simplejson, and #4

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

espenak
Copy link

@espenak espenak commented Mar 14, 2014

remove the hard dependency on simplejson.

The motivation for this is that simplejson is not required, and
it causes problems with Django 1.5 (see
simplejson/simplejson#37).

For most cases, the speedup of simplejson is not required, and if
the system does not have a C compiler, simplejson is actually slower
than the json module (see https://code.djangoproject.com/ticket/18023).

espenak added 8 commits March 14, 2014 22:27
remove the hard dependency on simplejson.

The motivation for this is that simplejson is not required, and
it causes problems with Django 1.5 (see
simplejson/simplejson#37).

For most cases, the speedup of simplejson is not required, and if
the system does not have a C compiler, simplejson is actually slower
than the json module (see https://code.djangoproject.com/ticket/18023).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant