depth property

int depth
final

By default, when nesting Maps QS will only decode up to 5 children deep. This depth can be overridden by setting the depth. The depth limit helps mitigate abuse when qs is used to parse user input, and it is recommended to keep it a reasonably small number.

Implementation

final int depth;