pub type Map<V = Value> = BTreeMap<String, WithOrigin<V>>;
JSON object.
struct Map<V = Value> { /* private fields */ }