Home
last modified time | relevance | path

Searched refs:encode_error (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/JSON-PP/lib/JSON/
H A DPP.pm367encode_error("hash- or arrayref expected (not a simple scalar, use allow_nonref to allow this)")
399 encode_error( sprintf(
412 encode_error( sprintf(
428encode_error( sprintf("encountered object '%s', but neither allow_blessed, convert_blessed nor all…
445encode_error("json text or perl structure exceeds maximum nesting level (max_depth set too low?)")
469encode_error("json text or perl structure exceeds maximum nesting level (max_depth set too low?)")
536 : encode_error("cannot encode reference to scalar");
544 encode_error("cannot encode reference to scalar");
547encode_error("encountered $value, but JSON can only represent references to arrays or hashes");
606 sub encode_error { subroutine