pub const MAX_JSON_DEPTH: usize = 64;
Depth bound applied post-parse (deeply nested JSON as a DoS vector).