pub type Object<'value> = HashMap<Cow<'value, str>, Value<'value>, ObjectHasher>;
Representation of a JSON object
struct Object<'value>(/* private fields */);