logo
pub type CanonicalJsonObject = BTreeMap<String, CanonicalJsonValue, Global>;
Available on crate feature canonical-json only.
Expand description

The inner type of CanonicalJsonValue::Object.