pub type Context<'a> = HashMap<Key, HashMap<String, JSONGetTextValue<'a>>>;
struct Context<'a> { /* private fields */ }