Type Alias ruma::serde::JsonObject
source · pub type JsonObject = Map<String, Value>;
Expand description
The inner type of JsonValue::Object
.
Aliased Type§
struct JsonObject { /* private fields */ }
pub type JsonObject = Map<String, Value>;
The inner type of JsonValue::Object
.
struct JsonObject { /* private fields */ }