pub unsafe extern "C" fn yyjson_arr_iter_next(
iter: *mut yyjson_arr_iter,
) -> *mut yyjson_valExpand description
Returns the next element in the iteration, or NULL on end.
If iter is NULL, this function will return NULL.
pub unsafe extern "C" fn yyjson_arr_iter_next(
iter: *mut yyjson_arr_iter,
) -> *mut yyjson_valReturns the next element in the iteration, or NULL on end.
If iter is NULL, this function will return NULL.