pub unsafe extern "C" fn yyjson_mut_obj_iter_get_val(
key: *mut yyjson_mut_val,
) -> *mut yyjson_mut_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_mut_obj_iter_get_val(
key: *mut yyjson_mut_val,
) -> *mut yyjson_mut_valReturns the value for key inside the iteration.
If iter is NULL, this function will return NULL.