yyjson_obj_iter_has_next

Function yyjson_obj_iter_has_next 

Source
pub unsafe extern "C" fn yyjson_obj_iter_has_next(
    iter: *mut yyjson_obj_iter,
) -> bool
Expand description

Returns whether the iteration has more elements. If iter is NULL, this function will return false.