pub fn extract_vars(prefix: &str, trs: &Value) -> HashMap<String, String>
Expand description

Find the value based on it’s path aka prefix a.b.c

Returns a prefix:value set.