Home | History | Annotate | Download | only in perl5

Lines Matching refs:ALLOW_BAREKEY

39     allow_singlequote allow_bignum loose allow_barekey escape_slash as_nonblessed
434 ALLOW_BAREKEY => 0x00000004,
1655 =head2 allow_barekey
1657 $json = $json->allow_barekey([$enable])
1665 $json->allow_barekey->decode('{foo:"bar"}');
2025 C<allow_barekey>, C<allow_singlequote>, C<escape_slash> and C<indent_length>.
2109 $flags = {allow_barekey => 1, allow_singlequote => 1};
2120 $flags = {allow_blessed => 1, allow_barekey => 1};
2165 $json->allow_barekey->decode($json_text)