pub fn json_get_path<'a>(root: &'a Value, parts: &[&str]) -> Option<&'a Value>
Navigate a JSON object by a slice of path parts, returning the value if found.