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