Home | History | Annotate | Download | only in JSON

Lines Matching refs:escape_slash

54             allow_barekey escape_slash as_nonblessed
95 = map {($_ => 1)} qw/utf8 pretty allow_nonref latin1 self_encode escape_slash
258 my $escape_slash;
277 $convert_blessed, $escape_slash, $bignum, $as_nonblessed)
471 $arg =~ s/\//\\\//g if ($escape_slash);
2455 =head2 escape_slash
2457 $json = $json->escape_slash([$enable])