simplejson 2.0.9
Simple, fast, extensible JSON encoder/decoder for Python
simplejson is a simple, fast, complete, correct and extensible JSON <http://json.org> encoder and decoder for Python 2.4+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost.
simplejson was formerly known as simple_json, but changed its name to comply with PEP 8 module naming guidelines.
The encoder may be subclassed to provide serialization in any kind of situation, without any special support by the objects to be serialized (somewhat like pickle).
The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by default).
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| simplejson-2.0.9.tar.gz (md5, pgp) | Source | 2009-02-19 00:39:47.041462 | 112KB | 156169 | |
|
simplejson-2.0.9-py2.5-win32.egg
(md5)
MS Visual Studio 2003 build |
Python Egg | 2.5 | 2009-06-22 14:28:00.401405 | 65KB | 7508 |
- Author: Bob Ippolito <bob at redivi com>
- Home Page: http://undefined.org/python/#simplejson
- License: MIT License
- Platform: any
- Categories
- Package Index Owner: bob
- Package Index Maintainer: quodt, florentaide
- DOAP record: simplejson-2.0.9.xml
Log in to rate this package.
Package rating (2 votes):
5.0
- 5 points: 2 votes
Ratings range from 0 to 5 (best).
Package Comments:
- (osuchw, 2009-11-13,
points)
