Skip to main content

json_get_path

Function json_get_path 

Source
pub fn json_get_path<'a>(root: &'a Value, parts: &[&str]) -> Option<&'a Value>
Expand description

Navigate a JSON object by a slice of path parts, returning the value if found.