13.2. Map and List Representation in Native Data Types

Table 13.1. Map and List Representation in Supported Languages

Language map list
Python dict list
C++ Variant::Map Variant::List
Java MapMessage ListMessage
.NET Dictionary<string, object> Collection<object>