yyjson_mut_obj_clear

Function yyjson_mut_obj_clear 

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

Removes all key-value pairs in this object. @param obj The object from which all of the values are to be removed. @return Whether successful.