functionParsePathfunc ParsePath(value string) (Path, error)Validate a dot-separated path.Source query/path.go:60@param valueThe value value.@returnsThe declared result.ExamplegoCopytitlePath, err := query.ParsePath("seo.title")Related typesPathAn immutable, validated document field path.