pub fn get_nested_value<'a>(value: &'a Value, key: &str) -> Option<&'a Value>
Navigate a dotted key path in a TOML value tree.