pub type Dictionary<V = Value> = BTreeMap<ByteString, V>;
pub struct Dictionary<V = Value> { /* private fields */ }