Skip to main content

json_u64

Function json_u64 

Source
pub fn json_u64(value: &Value, key: &str) -> u64
Expand description

Reads an unsigned integer field from a JSON object, defaulting to 0 if absent or the wrong type.