pub const MAX_GLOBAL_DEPTH: u32 = 50;
Maximum nesting depth of the whole JSON tree (mirrors Python MAX_GLOBAL_DEPTH). Guards against pathological payloads.
MAX_GLOBAL_DEPTH