--- JSON-XS/XS.pm 2010/01/19 01:02:19 1.129 +++ JSON-XS/XS.pm 2010/03/11 17:36:09 1.130 @@ -753,6 +753,11 @@ case. Note that in this case, any previously-parsed JSON texts will be lost. +Example: Parse some JSON arrays/objects in a given string and return +them. + + my @objs = JSON::XS->new->incr_parse ("[5][7][1,2]"); + =item $lvalue_string = $json->incr_text This method returns the currently stored JSON fragment as an lvalue, that