pub fn parse_path(s: &str, root_name: &str) -> R<SegPath>Expand description
A path string from a document: .name is a member, ["…"] a bracketed
segment (a map key, or a member the dot cannot spell — the canonical walk,
§7.5, decides which is legal where), [n] an index.