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.155 by root, Mon Nov 24 18:42:51 2014 UTC vs.
Revision 1.156 by root, Sun Feb 21 15:37:53 2016 UTC

697 697
698This is useful if your JSON texts are not delimited by an outer protocol 698This is useful if your JSON texts are not delimited by an outer protocol
699and you need to know where the JSON text ends. 699and you need to know where the JSON text ends.
700 700
701 JSON::XS->new->decode_prefix ("[1] the tail") 701 JSON::XS->new->decode_prefix ("[1] the tail")
702 => ([], 3) 702 => ([1], 3)
703 703
704=back 704=back
705 705
706 706
707=head1 INCREMENTAL PARSING 707=head1 INCREMENTAL PARSING

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines