Home | History | Annotate | Download | only in lib

Lines Matching refs:indent_length

38     indent_length sort_by
554 $pp->indent_length( $_[0]->get_indent_length );
599 sub indent_length {
603 Carp::carp "The acceptable range of indent_length() is 0 to 15.";
1077 With JSON::PP, you can also access C<indent_length> to change indent space length.
1708 =head2 indent_length
1710 $json = $json->indent_length($length)
2025 C<allow_barekey>, C<allow_singlequote>, C<escape_slash> and C<indent_length>.
2155 To change indent length, use C<indent_length>.
2159 $json->pretty->indent_length(2)->encode($perl_scalar);