parse_simple_path

Function parse_simple_path 

Source
pub fn parse_simple_path(s: &str) -> Vec<PathElement>
Expand description

Parse a simple dot-separated path string. “users.0.name” → [Key(“users”), Index(0), Key(“name”)]