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