pub type Map<K, V = Value> = IndexMap<K, V>;
alloc
serde
pub struct Map<K, V = Value> { /* private fields */ }