Type Alias Object

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

An alias for an ordered map of key-value pairs.

Aliased Typeยง

struct Object { /* private fields */ }