ruma::serde

Type Alias JsonObject

Source
pub type JsonObject = Map<String, Value>;
Expand description

The inner type of JsonValue::Object.

Aliased Typeยง

struct JsonObject { /* private fields */ }