pub unsafe extern "C" fn yyjson_mut_obj_clear(
obj: *mut yyjson_mut_val,
) -> boolExpand 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.
pub unsafe extern "C" fn yyjson_mut_obj_clear(
obj: *mut yyjson_mut_val,
) -> boolRemoves all key-value pairs in this object. @param obj The object from which all of the values are to be removed. @return Whether successful.