-
Notifications
You must be signed in to change notification settings - Fork 76
Home
Deron Meranda edited this page Apr 9, 2014
·
1 revision
The demjson library was written before the standard Python library had any sort of built-in JSON support. It was a candidate for, but ultimately was not chosen to be adopted as the Python standard.
For most Python uses, the now-standard library support will be sufficient. However there are still users of the demjson module, primarily because it has a few extra features that the standard library does not.
April 9, 2014: There appears to be a renewed and wide interest in demjson again. Along with several enhancement requests, Python 3 support, and my own backlog of enhancements, I plan on working on a new release soon.