pub fn get_at_path<'a>(doc: &'a Value, path: &Path) -> Option<&'a Value>
Get a reference to a value at a path (for reading).