Skip to main content

json_split_path

Function json_split_path 

Source
pub fn json_split_path(key: &str) -> Vec<&str>
Expand description

Split a dot-delimited config key path into parts, trimming and filtering empty segments.