Paketname | python-simplejson |
Beschreibung | simple, fast, extensible JSON encoder/decoder for Python |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2.1.1-1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 484 Byte |
Hängt ab von | python (<< 2.7), python (>= 2.5), python-support (>= 0.90.0), libc6 (>= 2.3.6-6~) |
Empfohlene Pakete | libjs-jquery |
Paketbetreuer | Debian Python Modules Team |
Quelle | simplejson |
Paketgröße | 76914 Byte |
Prüfsumme MD5 | 301c7bcbb87dc136c87310860085ec8c |
Prüfsumme SHA1 | de8be160d8a8c923dc765b73f436e5ca9c4b1bbf |
Prüfsumme SHA256 | 32ca56ab23e3efa4e586329ce0d23f13e32feee4fbcc1bbd0b6c35b38735b42f |
Link zum Herunterladen | python-simplejson_2.1.1-1_i386.deb |
Ausführliche Beschreibung | simplejson is a simple, fast, complete, correct and extensible JSON
encoder and decoder.
.
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).
.
simplejson is the externally maintained development version of the json
library included with Python 2.6 and Python 3.0, but maintains backwards
compatibility with Python 2.5.
|