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