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.10 by root, Fri Mar 23 17:40:29 2007 UTC vs.
Revision 1.11 by root, Fri Mar 23 17:48:59 2007 UTC

378 $x += 0; # numify it, ensuring it will be dumped as a number 378 $x += 0; # numify it, ensuring it will be dumped as a number
379 $x *= 1; # same thing, the choise is yours. 379 $x *= 1; # same thing, the choise is yours.
380 380
381You can not currently output JSON booleans or force the type in other, 381You can not currently output JSON booleans or force the type in other,
382less obscure, ways. Tell me if you need this capability. 382less obscure, ways. Tell me if you need this capability.
383
384=item circular data structures
385
386Those will be encoded until memory or stackspace runs out.
383 387
384=back 388=back
385 389
386=head1 COMPARISON 390=head1 COMPARISON
387 391
511every other module in the decoding case. 515every other module in the decoding case.
512 516
513Last example is an almost 8MB large hash with many large binary values 517Last example is an almost 8MB large hash with many large binary values
514(PNG files), resulting in a lot of escaping: 518(PNG files), resulting in a lot of escaping:
515 519
520=head1 RESOURCE LIMITS
521
522JSON::XS does not impose any limits on the size of JSON texts or Perl
523values they represent - if your machine cna handle it, JSON::XS will
524encode or decode it. Future versions might optionally impose structure
525depth and memory use resource limits.
526
516=head1 BUGS 527=head1 BUGS
517 528
518While the goal of this module is to be correct, that unfortunately does 529While the goal of this module is to be correct, that unfortunately does
519not mean its bug-free, only that I think its design is bug-free. It is 530not mean its bug-free, only that I think its design is bug-free. It is
520still very young and not well-tested. If you keep reporting bugs they will 531still very young and not well-tested. If you keep reporting bugs they will

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines