Paketname | python-simplejson |
Beschreibung | Simple, fast, extensible JSON encoder/decoder for Python |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
Version | 2.0.9-1build1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 520 Byte |
Hängt ab von | python (<< 2.7), python (>= 2.6), python-support (>= 0.90.0), libc6 (>= 2.3.6-6~) |
Empfohlene Pakete | libjs-jquery |
Paketbetreuer | Ubuntu Developers |
Quelle | simplejson |
Paketgröße | 94028 Byte |
Prüfsumme MD5 | 721ce7c5fcbd1eff16a4beb560f1aa3b |
Prüfsumme SHA1 | 563617a1dbf77242b7151229873fb202a4a0c3f3 |
Prüfsumme SHA256 | 9929ed79cac53d3a97ebf3948fc4da220644ffb4294e059d51c0330a73e2aa2b |
Link zum Herunterladen | python-simplejson_2.0.9-1build1_i386.deb |
Ausführliche Beschreibung | simplejson is a simple, fast, complete, correct and extensible JSON
encoder and decoder. It is pure Python code with no
dependencies.
.
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).
|