pub fn map_leaf_values_in_object<'a>(
    value: &mut Map<String, Value>,
    selectors: &[&'a str],
    base_key: &str,
    mapper: &mut impl FnMut(&str, &mut Value)
)