pub type JsonMap = Map<String, Value>;
Type alias for a generic JSON map.
pub struct JsonMap { /* private fields */ }