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

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

Represents a key/value type.