yyjson_mut_obj_iter_get_val

Function yyjson_mut_obj_iter_get_val 

Source
pub unsafe extern "C" fn yyjson_mut_obj_iter_get_val(
    key: *mut yyjson_mut_val,
) -> *mut yyjson_mut_val
Expand description

Returns the value for key inside the iteration. If iter is NULL, this function will return NULL.