pub unsafe extern "C" fn yyjson_obj_iter_get_val(
key: *mut yyjson_val,
) -> *mut yyjson_valExpand description
Returns the value for key inside the iteration.
If iter is NULL, this function will return NULL.
pub unsafe extern "C" fn yyjson_obj_iter_get_val(
key: *mut yyjson_val,
) -> *mut yyjson_valReturns the value for key inside the iteration.
If iter is NULL, this function will return NULL.