fn json_int<T: TryFrom<i64>>(what: &str, value: &Value) -> Result<T>
Read a JSON number as an integer of type T.
T