Type Alias ruma_common::serde::JsonObject

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

The inner type of JsonValue::Object.

Aliased Type§

struct JsonObject { /* private fields */ }