Type Alias Object

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

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

Uses BTreeMap to preserve order.

Aliased Typeยง

struct Object { /* private fields */ }