pub const MAX_JSON_DEPTH: usize = 32; // 32usize
Maximum nesting depth for JSON/Value structures. Prevents stack overflow from deeply nested payloads.