simplejson 1.1
Simple, fast, extensible JSON encoder/decoder for Python
Latest Version: 2.0.9
simplejson is a simple, fast, complete, correct and extensible JSON <http://json.org> encoder and decoder for Python 2.3+. It is pure Python code with no dependencies.
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-1.1.tar.gz (md5, pgp) | Source | 2005-12-31 23:11:36 | 43KB | 713 | |
| simplejson-1.1-py2.3.egg (md5, pgp) | Python Egg | 2.3 | 2005-12-31 23:12:32 | 29KB | 457 |
| simplejson-1.1-py2.4.egg (md5, pgp) | Python Egg | 2.4 | 2005-12-31 23:11:39 | 29KB | 963 |
- 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-1.1.xml
