pub type Object<'a> = IndexMap<Key<'a>, Value<'a>>;
A map of keys to their values.
pub struct Object<'a> { /* private fields */ }