yyjson_mut_obj_iter_next

Function yyjson_mut_obj_iter_next 

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

Returns the next key in the iteration, or NULL on end. If iter is NULL, this function will return NULL.