JSON (JavaScript Object Notation) encoder/decoder
http://search.cpan.org/dist/JSON/
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.
Authors:
--------
Makamaka Hannyaharamitu,
- Devel package for openSUSE:Factory
-
5
derived packages
- Links to openSUSE:Factory / perl-JSON
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-JSON && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
JSON-4.10.tar.gz | 0000094342 92.1 KB | |
_link | 0000000144 144 Bytes | |
cpanspec.yml | 0000000669 669 Bytes | |
perl-JSON.changes | 0000011651 11.4 KB | |
perl-JSON.spec | 0000002392 2.34 KB |
Comments 0