yyjson_mut_set_raw

Function yyjson_mut_set_raw 

Source
pub unsafe extern "C" fn yyjson_mut_set_raw(
    val: *mut yyjson_mut_val,
    raw: *const c_char,
    len: usize,
) -> bool
Expand description

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