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