yyjson_mut_is_num

Function yyjson_mut_is_num 

Source
pub unsafe extern "C" fn yyjson_mut_is_num(
    val: *mut yyjson_mut_val,
) -> bool
Expand description

Returns whether the JSON value is number (uint/sint/real). Returns false if val is NULL.