pub fn walk_json<'a>(
    json: &'a Value,
    path: &[&str]
) -> Result<&'a Value, TestError>