Skip to main content

get_dot_path

Function get_dot_path 

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

Get a nested value from a Value using dot-notation (e.g. “a.b.c”). Returns None if any segment along the path is missing.