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