pub type Context<'a> = HashMap<Key, HashMap<String, JSONGetTextValue<'a>>>;
The whole context: a map from each key (locale) to that key’s texts.
pub struct Context<'a> { /* private fields */ }