yyjson_mut_set_real

Function yyjson_mut_set_real 

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

Set the value to real. Returns false if input is NULL. @warning This function should not be used on an existing object or array.