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