Function json_digest::json_path::match_single[][src]

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.