--- JSON-XS/XS.pm 2007/03/22 21:13:58 1.4 +++ JSON-XS/XS.pm 2007/03/22 21:36:52 1.5 @@ -249,7 +249,7 @@ =over 4 -=item JSON +=item JSON 1.07 Slow (but very portable, as it is written in pure Perl). @@ -261,7 +261,7 @@ the string C<2.0> will encode to C<2.0> instead of C<"2.0">, and that will decode into the number 2. -=item JSON::PC +=item JSON::PC 0.01 Very fast. @@ -278,7 +278,7 @@ Unmaintained (maintainer unresponsive for many months, bugs are not getting fixed). -=item JSON::Syck +=item JSON::Syck 0.21 Very buggy (often crashes). @@ -307,7 +307,7 @@ good protocol will at least recover, that is extra unnecessary work and the transaction will still not succeed). -=item JSON::DWIW +=item JSON::DWIW 0.04 Very fast. Very natural. Very nice.