pub const MAX_VALUE_DEPTH: usize = 256;Expand description
Deepest nesting these walks will descend into a value.
Well past serde_json’s own parse limit of 127, so it never fires on
anything that arrived as text; it exists for values assembled in memory,
which nothing else bounds.