FlexMap constant
int
const FlexMap
A key/value map; e.g. corresponds to a JSON object or a MongoDB document (although not keeping the key order). Unlike the Flex type, this must contain a map value (e.g. not a vector or a scalar). Representing type: Flex Encoding: Flex
Implementation
static const int FlexMap = 107;