JSON::DWIW 0.15 (Default branch) |
|
|
JSON::DWIW is a Perl module that converts Perl
data structures to and from JSON. It does what
most Perl programmers would expect without having
to set any extra options. For example, it converts
objects to their underlying data structures (for
hash or array) and turns IO objects into strings.
It is also faster than the JSON or JSON::Syck
modules on CPAN in the developer's tests.
License: Perl License
Changes:
Several bugs have been fixed since version 0.12, including handling of multi-byte characters in hash keys, where Perl 5.8 is sneaky. Two new methods have been added: from_json_file() and to_json_file().
|