pub type JsonObjectType = BTreeMap<String, JsonNativeType>;
pub struct JsonObjectType { /* private fields */ }