yyjson_is_num

Function yyjson_is_num 

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

Returns whether the JSON value is number (uint64_t/int64_t/double). Returns false if val is NULL.