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

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

Represents a key/value type.