ダウンロードリスト

プロジェクト概要

JSON::XS は JSON Perl を実装します。他のモジュールとは異なりその主な目的は構文的に正しい JSON にエンコードし、デコード中に無効な JSON をフラグします。それは直感的に使用しながらデータ型のラウンドト リップの整合性を確保します。現在 Perl の JSON エンコーダーの最速、それはかなり印刷または ASCII のみ単一行などの書式オプションの様々 なサポートし、速度やメモリ使用量を調整することができます。それは、豊富なドキュメントを記述する使用と実装の詳細が付属しています。

システム要件

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

2009-03-14 06:18
2.232

文字列を拡張するための指数関数的なアルゴリズムを使用します。
タグ: Minor feature enhancements
Will use an exponential algorithm to extend strings.

2008-04-16 22:31
2.2

バージョンJSONのためのバックエンドとして2.01と行動を共に始まり; JSONのモジュールが自動的にJSON形式が使用されます::XS通常時に利用され、それ以外のバックアップは、完全に互換性のある純粋なPerl実装に下がる必要があります。非常に迅速な増分パーサーは、他のもの()の中の自己で区切られたJSON形式のストリームを解析するために使用することができますが追加されています。ブール値をデコードによって返される値は現在、2つの力を利用することの制限リソースの制限を解除されている変更可能です。コマンドラインユーティリティは、かなり- JSONを印刷することができますおよび/から他の形式の数値に変換が追加されています。
タグ: Major feature enhancements
Versions beginning with 2.01 act as a backend for JSON; the JSON module will automatically use JSON::XS when it is available, and should otherwise fall back to a fully-compatible pure Perl implementation. A very fast incremental parser has been added that can be used (among other things) to parse self-delimited JSON streams. Boolean values returned by decode are now mutable, and the restriction of having to use powers of two for resource limits has been lifted. A command line utility has been added that can pretty-print JSON and convert from/to a number of other formats.

2007-10-15 08:37
1.52

このリリースを可能にする新しいdecode_prefixメソッドを追加し、増分処理の一部を形成する。スピードをさらに1.0のリリースに比べて改善されています。ブール値をすぐにデコードした後の識別することができますし、エンコードの出力で余儀なくされた。新しいLatin1のエンコーディングのオプションが追加されています。 tieされたハッシュがサポートされます。ドキュメントを大幅に改善されている。大きな整数精度の損失がなく、無数のマイナーな問題と復号化されるバグが修正されている。
タグ: Major feature enhancements
This release adds a new decode_prefix method that
allows some forms of incremental processing. Speed
has been further improved compared to the 1.0
release. Booleans can now be distinguished after
decoding and forced in the encoded output. A new
Latin1 encoding option has been added. Tied hashes
are now supported. The documentation has been
vastly improved. Large integers are decoded
without loss of precision, and myriad minor issues
and bugs have been fixed.

2007-03-29 06:32
1.0

ドキュメント、テストスイートは、いくつかのバグと移植性の問題、速度をさらに改善されている固定されている、リソースの制限、および、trueとfalseのプリミティブJSON出力する方法が追加されて作成されて改良されている。
The documentation and test suites have been improved, some bugs and portability issues have been fixed, speed has been improved further, resource limiting has been added, and a way to output JSON true and false primitives has been created.

2007-03-23 21:54
0.3

タグ: Initial freshmeat announcement

プロジェクトリソース