Detailed Information About perl-JSON-2.17-1.3.i586.rpm
Title: JSON (JavaScript Object Notation) encoder/decoder
Description:
JSON module for perl
JSON (JavaScript Object Notation) is a simple data format.
See to http://www.json.org/ and RFC4627(http://www.ietf.org/rfc/rfc4627.txt).
This module converts Perl data structures to JSON and vice versa using
either JSON::XS or JSON::PP.
JSON::XS is the fastest and most proper JSON module on CPAN which must be
compiled and installed in your environment.
JSON::PP is a pure-Perl module which is bundled in this distribution and has
a strong compatibility to JSON::XS.
This module try to use JSON::XS by default and fail to it, use JSON::PP instead.
So its features completely depend on JSON::XS or JSON::PP.
Author: Makamaka Hannyaharamitu, <makamaka (at) cpan.org>
Version: 2.17
Release: 1.3
Architecture: i586
Size: 79.2 KB
Build Time: 2015-09-03 21:09:15 +0200 (over 9 years ago)
Provides
Symbol | Required by |
---|---|
perl(JSON) = 2.17 | gpgpwd |
perl(JSON::Backend::PP) | |
perl(JSON::Boolean) | |
perl(JSON::PP) = 2.27000 | |
perl(JSON::PP5005) = 5005 | |
perl(JSON::PP56) = 56 | |
perl(JSON::PP58) = 58 | |
perl(JSON::PP::Boolean) | |
perl(JSON::PP::IncrParser) ... | |
perl-JSON = 2.17-1.3 |
Requires
Symbol | Provided by |
---|---|
perl = 5.10.0 | perl |
perl(JSON::XS) | perl-JSON-XS |