fn json_path<'a>(value: &'a Value, path: &str) -> Option<&'a Value>
Resolves a dotted path (x.y.0) inside a JSON value; an empty path returns the value itself.
x.y.0