pub fn read_path(path: &str, ctx: &Value) -> Result<Value, EvalError>
Read a path from a JSON value. Supports simple $.a.b.c form.
$.a.b.c