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.26 by root, Sat Mar 31 14:20:06 2007 UTC vs.
Revision 1.27 by root, Tue Apr 3 01:25:40 2007 UTC

86package JSON::XS; 86package JSON::XS;
87 87
88use strict; 88use strict;
89 89
90BEGIN { 90BEGIN {
91 our $VERSION = '1.01'; 91 our $VERSION = '1.02';
92 our @ISA = qw(Exporter); 92 our @ISA = qw(Exporter);
93 93
94 our @EXPORT = qw(to_json from_json objToJson jsonToObj); 94 our @EXPORT = qw(to_json from_json objToJson jsonToObj);
95 require Exporter; 95 require Exporter;
96 96
473 $x *= 1; # same thing, the choise is yours. 473 $x *= 1; # same thing, the choise is yours.
474 474
475You can not currently output JSON booleans or force the type in other, 475You can not currently output JSON booleans or force the type in other,
476less obscure, ways. Tell me if you need this capability. 476less obscure, ways. Tell me if you need this capability.
477 477
478=item circular data structures
479
480Those will be encoded until memory or stackspace runs out.
481
482=back 478=back
483 479
484 480
485=head1 COMPARISON 481=head1 COMPARISON
486 482

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines