pub type JsonMap = Map<String, Value>;
Short name for serde json’s basic map type
pub struct JsonMap { /* private fields */ }