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

pub type Map<K, V> = LinkedHashMap<K, V>;
Expand description

Represents a key/value type.