pub const DEFAULT_MAX_DEPTH: usize = 128;
Default maximum container nesting depth.
Guards against pathological inputs (e.g. millions of [s) that would otherwise drive recursive consumers into stack overflow. Override at compile time by parameterizing Lexer (and Parser) with a different MAX_DEPTH.
[
Lexer
Parser
MAX_DEPTH