ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/JSON-XS/XS.pm
(Generate patch)

Comparing JSON-XS/XS.pm (file contents):
Revision 1.91 by root, Thu Mar 20 02:11:21 2008 UTC vs.
Revision 1.93 by root, Sat Mar 22 22:21:33 2008 UTC

1=head1 NAME
2
1=encoding utf-8 3=encoding utf-8
2
3=head1 NAME
4 4
5JSON::XS - JSON serialising/deserialising, done correctly and fast 5JSON::XS - JSON serialising/deserialising, done correctly and fast
6 6
7JSON::XS - 正しくて高速な JSON シリアライザ/デシリアライザ 7JSON::XS - 正しくて高速な JSON シリアライザ/デシリアライザ
8 (http://fleur.hio.jp/perldoc/mix/lib/JSON/XS.html) 8 (http://fleur.hio.jp/perldoc/mix/lib/JSON/XS.html)
1233 "--" => sub { $_[0] = ${$_[0]} - 1 }, 1233 "--" => sub { $_[0] = ${$_[0]} - 1 },
1234 fallback => 1; 1234 fallback => 1;
1235 1235
12361; 12361;
1237 1237
1238=head1 SEE ALSO
1239
1240The F<json_xs> command line utility for quick experiments.
1241
1238=head1 AUTHOR 1242=head1 AUTHOR
1239 1243
1240 Marc Lehmann <schmorp@schmorp.de> 1244 Marc Lehmann <schmorp@schmorp.de>
1241 http://home.schmorp.de/ 1245 http://home.schmorp.de/
1242 1246

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines