pub type JsonObject = Map<String, JsonValue>;
JSON object map ({ string: JsonValue }), matching serde_json::Map<String, Value>.
{ string: JsonValue }
serde_json::Map<String, Value>
pub struct JsonObject { /* private fields */ }