pub type Object<'a> = BTreeMap<String, Value<'a>>;
Available on crate feature json only.
Expand description

Typedef for the inside of an object.