yyjson_mut_set_bool

Function yyjson_mut_set_bool 

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

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