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