Paketname | python-cjson-dbg |
Beschreibung | Very fast JSON encoder/decoder for Python (debug extension) |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.0.5-2 |
Sektion | universe/python |
Priorität | optional |
Installierte Größe | 236 Byte |
Hängt ab von | libc6 (>= 2.3.6-6~), python (<< 2.7), python (>= 2.5), python-support (>= 0.90.0), python-cjson (= 1 |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | python-cjson |
Paketgröße | 50262 Byte |
Prüfsumme MD5 | 38dac3b762feb66c1bcb66b4f89d9b1c |
Prüfsumme SHA1 | 4e40b1f7eeba2808776634bc30deb70f7e7d1c36 |
Prüfsumme SHA256 | 8c93cad11aaf0d4600f357b9bf5aca61218eb4aa7ba196ef946d859d0928e964 |
Link zum Herunterladen | python-cjson-dbg_1.0.5-2_i386.deb |
Ausführliche Beschreibung | JSON stands for JavaScript Object Notation and is a text based lightweight
data exchange format which is easy for humans to read/write and for machines
to parse/generate. JSON is completely language independent and has multiple
implementations in most of the programming languages, making it ideal for
data exchange and storage.
.
The module is written in C and it is up to 250 times faster when compared to
the other Python JSON implementations which are written directly in Python.
This speed gain varies with the complexity of the data and the operation and
is the range of 10-200 times for encoding operations and in the range of
100-250 times for decoding operations.
.
This package contains the debug extensions and symbols.
|