pub type ValuesMap = Map<String, Value>;
A String-keyed map with dynamically-typed values.
struct ValuesMap { /* private fields */ }