pub unsafe extern "C" fn yyjson_mut_double(
doc: *mut yyjson_mut_doc,
num: f64,
) -> *mut yyjson_mut_valExpand description
Creates and returns a double number value, returns NULL on error.
pub unsafe extern "C" fn yyjson_mut_double(
doc: *mut yyjson_mut_doc,
num: f64,
) -> *mut yyjson_mut_valCreates and returns a double number value, returns NULL on error.