pub fn get_dotpath<'a>(d: &'a Value, path: &str) -> Option<&'a Value>
Walk a dot-path through nested JSON objects.
Ports _get_dotpath. Returns None if any intermediate is not an object, or if a final key is absent.
_get_dotpath
None