Home | History | Annotate | Download | only in lib

Lines Matching refs:decode_prefix

27     shrink max_depth max_size encode decode decode_prefix allow_unknown
579 sub decode_prefix { # if unsupported-flag is set, use PP
580 _set_for_pp('decode' => @_)->decode_prefix($_[1]);
1467 =head2 decode_prefix
1469 ($perl_scalar, $characters) = $json->decode_prefix($json_text)
1476 JSON->new->decode_prefix ("[1] the tail")
1513 it then can decode. This process is similar to using C<decode_prefix>