yyjson_mut_get_real

Function yyjson_mut_get_real 

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

Returns the content if the value is real number. Returns 0.0 if val is NULL or type is not real(double).