Type Definition stencila_schema::Object[][src]

pub type Object = BTreeMap<String, Primitive>;
Expand description

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

Uses BTreeMap to preserve order.

Trait Implementations

Retrieve the type of an entity Needs to be called type_name because type is a reserved word Read more

Retrieve the id of an entity