fn emit_any_value(j: &mut Json, v: Option<&Value>)Expand description
Recursion is bounded by prost’s own decode recursion limit (100), which
AnyValue::decode above has already enforced on these bytes — a hostile
client cannot nest deeply enough here to reach the stack.