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

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

Represents a key/value type.