pub type JsonObject = Map<String, Value>;
A JSON object in the Hot API wire format.
pub struct JsonObject { /* private fields */ }