yyjson_mut_set_strn

Function yyjson_mut_set_strn 

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

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