yyjson_mut_is_real

Function yyjson_mut_is_real 

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

Returns whether the JSON value is real number (double). Returns false if val is NULL.