pub type ObjectMap = BTreeMap<KeyString, Value>;
The storage mapping for the Object variant.
Object
struct ObjectMap { /* private fields */ }