Type Definition ruma_common::serde::JsonObject
source · pub type JsonObject = Map<String, JsonValue>;Expand description
The inner type of JsonValue::Object.
pub type JsonObject = Map<String, JsonValue>;The inner type of JsonValue::Object.