yyjson_mut_arr_iter_next

Function yyjson_mut_arr_iter_next 

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

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