Skip to main content

get_nested_value

Function get_nested_value 

Source
pub fn get_nested_value<'a>(value: &'a Value, key: &str) -> Option<&'a Value>
Expand description

Navigate a dotted key path in a TOML value tree.