yyjson_mut_set_arr

Function yyjson_mut_set_arr 

Source
pub unsafe extern "C" fn yyjson_mut_set_arr(
    val: *mut yyjson_mut_val,
) -> bool
Expand description

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