logo
pub type Dict = BTreeMap<String, Value>;
Expand description

An alias to a Map from String to Values.