pub fn get_path(
root: &Value,
path: &str,
addressing: Addressing<'_>,
) -> DocumentResult<Value>Expand description
Get a cloned value at the given dot-path.
pub fn get_path(
root: &Value,
path: &str,
addressing: Addressing<'_>,
) -> DocumentResult<Value>Get a cloned value at the given dot-path.