pub fn map_leaf_values_in_array(
    values: &mut Vec<Value>,
    selectors: &[&str],
    base_key: &str,
    mapper: &mut impl FnMut(&str, &mut Value)
)