pub fn json_integer_as_i32(value: &Value) -> Option<i32>
Interprets a JSON number using JSON Schema’s mathematical integer semantics and converts it to i32 when it is finite and in range.
integer
i32