JSON serialising/deserialising, done correctly and fast

Edit Package perl-JSON-XS

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
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.

Author:
-------
Marc Lehmann

Refresh
Refresh
Source Files
Filename Size Changed
JSON-XS-3.02.tar.gz 0000082712 80.8 KB
cpanspec.yml 0000000668 668 Bytes
perl-JSON-XS.changes 0000005119 5 KB
perl-JSON-XS.spec 0000002967 2.9 KB
Latest Revision
Ludwig Nussel's avatar Ludwig Nussel (lnussel) committed (revision 7)
vrev bump
Comments 0
openSUSE Build Service is sponsored by