pub type CanonicalJsonObject = BTreeMap<String, CanonicalJsonValue>;
Expand description
The inner type of CanonicalJsonValue::Object
.
Aliased Typeยง
struct CanonicalJsonObject { /* private fields */ }
pub type CanonicalJsonObject = BTreeMap<String, CanonicalJsonValue>;
The inner type of CanonicalJsonValue::Object
.
struct CanonicalJsonObject { /* private fields */ }