ダウンロードリスト

プロジェクト概要

JSON::DWIW は、JSON Perl データ構造を変換する Perl モジュールです。それはほとんどの Perl プログラマの余分なオプションを設定せずに期待します。たとえば、オブジェクトの基になるデータ構造 (ハッシュまたは配列) に変換し、IO オブジェクトを文字列になります。開発者のテストに CPAN で JSON または JSON::Syck モジュールよりも高速です。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2007-10-03 19:32
0.15

いくつかのバグをバージョン0.12以降、複数の処理を2バイト文字をハッシュキーここで、Perl 5.8の卑劣さを含む固定されている。 2つの新しいメソッドが追加されています:from_json_file()とto_json_file()。
タグ: Major bugfixes
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().

2007-06-01 19:11
0.12

このrelase修正クラッシュ(アサーション)時のPerl 5.8.5でのエンコーディング魔法のスカラー。
タグ: Minor bugfixes
This relase fixes a crash (assertion) when encoding magic scalars in Perl 5.8.5.

2007-05-31 07:39
0.11

バグは、コンストラクタのオプションは無視されていた修正されました。方法はundef Cから返される変更されました。
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

いくつかの重大なバグは、スカラー両方の文字列と数値として使用されるなどの固定された。このバージョンでは機能をtrueまたはfalseをJSON形式で出力するように指定するために追加されます。
タグ: Major bugfixes
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.

2007-04-12 22:15
0.07

このリリースでは、テストスクリプトは、""いくつかのPerlのインストールに失敗するテストを原因で問題が。
タグ: Minor bugfixes
This release fixes a problem with the test script that caused "make test" to fail on some Perl installations.

プロジェクトリソース