Paketname | libjson-xs-perl |
Beschreibung | module for serializing/deserializing JSON |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 2.270-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 268 Byte |
Hängt ab von | perl (>= 5.10.1-8ubuntu1), perlapi-5.10.1, libc6 (>= 2.4), libcommon-sense-perl |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 89162 Byte |
Prüfsumme MD5 | 58c26587047a8af421dba62153b5a166 |
Prüfsumme SHA1 | d88281d7d6f41487ef9d0f1241166e19ad755911 |
Prüfsumme SHA256 | a7924f7c5cfaf806cd4379f7fa10e2c64c226849ff4574a24feee436f11e812c |
Link zum Herunterladen | libjson-xs-perl_2.270-1_i386.deb |
Ausführliche Beschreibung | JSON::XS is a Perl module for converting arbitrary Perl data structures to
JSON and vice versa. Its primary objectives are to be semantically correct
and to run quickly; for the latter goal, the implementation is written in C.
.
From JSON version 2.0 onward, the JSON module will use JSON::XS to accelerate
its work, with no overhead due to emulation (by inheriting the constructor
and methods). Using JSON instead of JSON::XS gives you a portable JSON API
that can be fast when needed, but doesn't require a C compiler by falling
back on a Pure Perl implementation.
|