yyjson_mut_obj_iter_remove

Function yyjson_mut_obj_iter_remove 

Source
pub unsafe extern "C" fn yyjson_mut_obj_iter_remove(
    iter: *mut yyjson_mut_obj_iter,
) -> *mut yyjson_mut_val
Expand description

Removes current key-value pair in the iteration, returns the removed value. If iter is NULL, this function will return NULL.