pub type JsonMap = Map<ByteString, JsonValue>;
A JSON-compatible object/map with string keys and dynamically-typed values.
pub struct JsonMap { /* private fields */ }