pub const MAX_JSON_DEPTH: usize = 1024;Expand description
Maximum value-nesting depth the recursive-descent parser/canonicalizer will descend before reporting a depth-bound violation. Guards the native call stack against pathologically-nested input; it is not a ceiling on document size, member count, or value width.