Skip to main content

json_integer_as_i32

Function json_integer_as_i32 

Source
pub fn json_integer_as_i32(value: &Value) -> Option<i32>
Expand description

Interprets a JSON number using JSON Schema’s mathematical integer semantics and converts it to i32 when it is finite and in range.