2014-07-10 10:50:24 +02:00
|
|
|
Wraps the best JSON installed, falling back on an internal simplejson.
|
|
|
|
|
|
|
|
Features:
|
|
|
|
|
|
|
|
* Loads whichever is the fastest JSON module installed
|
|
|
|
* Falls back on built in pure-python simplejson, just in case.
|
|
|
|
* Proper API (loads(), dumps())
|
2014-07-27 07:11:56 +02:00
|
|
|
* Vendorizable
|
2014-07-10 10:50:24 +02:00
|
|
|
* Supports Python 2.5-3.2 out of the box
|
|
|
|
|
|
|
|
WWW: https://github.com/kennethreitz/omnijson
|