Type Definition stencila_schema::Object

source · []
pub type Object = BTreeMap<String, Primitive>;
Expand description

An object value (a.k.a map, dictionary)

Uses BTreeMap to preserve order.