| Paketname | libjson-xs-perl | 
| Beschreibung | module for serializing/deserializing JSON | 
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) | 
| Version | 2.290-1 | 
| Sektion | perl | 
| Priorität | optional | 
| Installierte Größe | 268 Byte | 
| Hängt ab von | perl (>= 5.10.1-11), perlapi-5.10.1, libc6 (>= 2.4), libcommon-sense-perl | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Debian Perl Group  | 
| Quelle |  | 
| Paketgröße | 91004 Byte | 
| Prüfsumme MD5 | cf103a53aba54a473e7051748bad3569 | 
| Prüfsumme SHA1 | 6286ba3abfe9d0ee79e883379ab0542c1688975f | 
| Prüfsumme SHA256 | d3bd09e1b7d64145dcc3fd3d412ba248ee62d363b2c82b9bed8c1986eb0d263b | 
| Link zum Herunterladen | libjson-xs-perl_2.290-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.
 |