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

The inner type of CanonicalJsonValue::Object.

Aliased Type§

struct CanonicalJsonObject { /* private fields */ }