Type Definition serde_json::value::Map [] [src]

type Map<K, V> = BTreeMap<K, V>;

Represents a key/value type.