pub unsafe extern "C" fn yyjson_obj_iter_has_next(
iter: *mut yyjson_obj_iter,
) -> boolExpand description
Returns whether the iteration has more elements.
If iter is NULL, this function will return false.
pub unsafe extern "C" fn yyjson_obj_iter_has_next(
iter: *mut yyjson_obj_iter,
) -> boolReturns whether the iteration has more elements.
If iter is NULL, this function will return false.