Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use simplejson when json module not available
If python<2.6 is used (including Jython), the json module isn't yet available in the standard library. Using simplejson as a fallback, if available, would be nice.
- Loading branch information