depth property

int depth
final

Maximum nesting depth when constructing maps from bracket notation. The default (5) is a protective limit against abuse; raise it only when you control the inputs.

Implementation

final int depth;