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.29 by root, Mon Apr 9 05:09:57 2007 UTC vs.
Revision 1.31 by root, Wed Apr 11 12:23:02 2007 UTC

86package JSON::XS; 86package JSON::XS;
87 87
88use strict; 88use strict;
89 89
90BEGIN { 90BEGIN {
91 our $VERSION = '1.11'; 91 our $VERSION = '1.12';
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
640conservative, the default nesting limit is set to 512. If your process 640conservative, the default nesting limit is set to 512. If your process
641has a smaller stack, you should adjust this setting accordingly with the 641has a smaller stack, you should adjust this setting accordingly with the
642C<max_depth> method. 642C<max_depth> method.
643 643
644And last but least, something else could bomb you that I forgot to think 644And last but least, something else could bomb you that I forgot to think
645of. In that case, you get to keep the pieces. I am alway sopen for hints, 645of. In that case, you get to keep the pieces. I am always open for hints,
646though... 646though...
647 647
648 648
649=head1 BUGS 649=head1 BUGS
650 650

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines