fn decode_optional_i32(payload: &Value, field: &str) -> Option<Option<i32>>Expand description
Decode an optional i32 JSON field.
Returns:
Some(None)when the field is absentSome(Some(value))when present and validNonewhen present but malformed or out of range fori32