Skip to main content

MAX_JSON_DEPTH

Constant MAX_JSON_DEPTH 

Source
pub const MAX_JSON_DEPTH: usize = 32; // 32usize
Expand description

Maximum nesting depth for JSON/Value structures. Prevents stack overflow from deeply nested payloads.