yyjson_set_raw

Function yyjson_set_raw 

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

Set the value to raw. Returns false if input is NULL or val is object or array. @warning This will modify the immutable value, use with caution.