yyjson_arr_iter_next

Function yyjson_arr_iter_next 

Source
pub unsafe extern "C" fn yyjson_arr_iter_next(
    iter: *mut yyjson_arr_iter,
) -> *mut yyjson_val
Expand description

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