pub type Object<'a> = BTreeMap<String, Value<'a>>;
Typedef for the inside of an object.
struct Object<'a> { /* private fields */ }