pub fn pluck<'a>(root: &'a Value, path: &str) -> Option<&'a Value>
Pluck a single value by path.
path