yyjson_set_str

Function yyjson_set_str 

Source
pub unsafe extern "C" fn yyjson_set_str(
    val: *mut yyjson_val,
    str_: *const c_char,
) -> bool
Expand description

Set the value to string (null-terminated). Returns false if input is NULL or val is object or array. @warning This will modify the immutable value, use with caution.