pub type JsonObject = HashMap<String, JsonValue>;
An alias for HashMap<String, JsonValue>
HashMap<String, JsonValue>
pub struct JsonObject { /* private fields */ }