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.97 by root, Wed Mar 26 01:43:14 2008 UTC vs.
Revision 1.98 by root, Wed Mar 26 02:36:18 2008 UTC

683=back 683=back
684 684
685 685
686=head1 INCREMENTAL PARSING 686=head1 INCREMENTAL PARSING
687 687
688[This section is still EXPERIMENTAL] 688[This section and the API it details is still EXPERIMENTAL]
689 689
690In some cases, there is the need for incremental parsing of JSON 690In some cases, there is the need for incremental parsing of JSON
691texts. While this module always has to keep both JSON text and resulting 691texts. While this module always has to keep both JSON text and resulting
692Perl data structure in memory at one time, it does allow you to parse a 692Perl data structure in memory at one time, it does allow you to parse a
693JSON stream incrementally. It does so by accumulating text until it has 693JSON stream incrementally. It does so by accumulating text until it has

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines