Function ruma_common::canonical_json::try_from_json_map
source ยท pub fn try_from_json_map(
json: Map<String, Value>,
) -> Result<CanonicalJsonObject, CanonicalJsonError>
Expand description
Fallible conversion from a serde_json::Map
to a CanonicalJsonObject
.