Skip to main content

json_int

Function json_int 

Source
fn json_int<T: TryFrom<i64>>(what: &str, value: &Value) -> Result<T>
Expand description

Read a JSON number as an integer of type T.