pub fn match_single(tree: &Value, path: &str) -> Result<bool>
Expand description

Checks if a single path exists in the provided value. Assumes no whitespaces and no alternate paths in parameter.