Type Definition Map
Other items innu_json::value
pub type Map<K, V> = LinkedHashMap<K, V>;
Represents a key/value type.