yyjson_is_uint

Function yyjson_is_uint 

Source
pub unsafe extern "C" fn yyjson_is_uint(val: *mut yyjson_val) -> bool
Expand description

Returns whether the JSON value is unsigned integer (uint64_t). Returns false if val is NULL.