Home | History | Annotate | Download | only in lib

Lines Matching refs:coderef

1298     $json = $json->filter_json_object([$coderef])
1300 When C<$coderef> is specified, it will be called from C<decode> each
1301 time it decodes a JSON object. The only argument passed to the coderef
1309 When C<$coderef> is omitted or undefined, any existing callback will
1325 $json = $json->filter_json_single_key_object($key [=> $coderef])
1330 This C<$coderef> is called before the one specified via
1337 If C<$coderef> is omitted or undefined, the corresponding callback will be