Download List

Project Description

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-10-03 19:32
0.15

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().
Tags: Major bugfixes

2007-06-01 19:11
0.12

This relase fixes a crash (assertion) when encoding magic scalars in Perl 5.8.5.
Tags: Minor bugfixes

2007-05-31 07:39
0.11

A bug where constructor options were being ignored was fixed. The way undef is being returned from C was changed.

2007-05-15 10:47
0.10

Some major bugs were fixed, including scalars used as both strings and numbers. This version adds the ability to specify true or false to be output in JSON.
Tags: Major bugfixes

2007-04-12 22:15
0.07

This release fixes a problem with the test script that caused "make test" to fail on some Perl installations.
Tags: Minor bugfixes

Project Resources