pub type Object = BTreeMap<String, Value>;
An alias for an ordered map of key-value pairs.
pub struct Object { /* private fields */ }