Name : perl-JSON-XS
| |
Version : 3.04
| Vendor : openSUSE
|
Release : bp150.2.4
| Date : 2018-07-30 19:00:17
|
Group : Development/Libraries/Perl
| Source RPM : perl-JSON-XS-3.04-bp150.2.4.src.rpm
|
Size : 0.25 MB
| |
Packager : https://bugs_opensuse_org
| |
Summary : JSON serialising/deserialising, done correctly and fast
|
Description :
This module converts Perl data structures to JSON and vice versa. Its primary goal is to be _correct_ and its secondary goal is to be _fast_. To reach the latter goal it was written in C.
Beginning with version 2.0 of the JSON module, when both JSON and JSON::XS are installed, then JSON will fall back on JSON::XS (this can be overridden) with no overhead due to emulation (by inheriting constructor and methods). If JSON::XS is not available, it will fall back to the compatible JSON::PP module as backend, so using JSON instead of JSON::XS gives you a portable JSON API that can be fast when you need it and doesn\'t require a C compiler when that is a problem.
As this is the n-th-something JSON module on CPAN, what was the reason to write yet another JSON module? While it seems there are many JSON modules, none of them correctly handle all corner cases, and in most cases their maintainers are unresponsive, gone missing, or not listening to bug reports for other reasons.
See MAPPING, below, on how JSON::XS maps perl values to JSON values and vice versa.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15/standard/x86_64 |