logo
pub type CanonicalJsonObject = BTreeMap<String, CanonicalJsonValue, Global>;
Expand description

The inner type of CanonicalJsonValue::Object.