pub type JsonMap = Map<String, Value>;
A type alias to a JSON map (object).
pub struct JsonMap { /* private fields */ }