pub type Map = IndexMap<MapKey, Option<Value>>;
Map with optional single values.
struct Map { /* private fields */ }