|
This version is fully compatible with JSON::XS 2.27 and higher.
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.
Here are some key features of "JSON (Perl)":
· Simple and fast interfaces (expect/generate UTF-8).
· OO-interface.
· Option-acceptable interfaces (expect/generate UNICODE by default).
· Correct Unicode handling.
· Round-trip integrity.
· Strict checking of JSON correctness.
· Fast.
· Simple to use.
· Reasonably versatile output formats.
What's New in This Release: [ read full changelog ]
· Support PUREPERL_ONLY install option. (PERL_ONLY and NO_XS are not yet removed)
· Stop installing JSON::XS automatically on Perl 5.18.
Via: JSON (Perl) 2.58
0 Comment:
Post a Comment