pub const MAX_JSON_DEPTH: usize = 64;
Maximum supported JSON nesting depth (objects + arrays combined).