pub type Dict = BTreeMap<String, Value>;
An alias to a Map from String to Values.
Map
String
Value
struct Dict { /* private fields */ }