Mapping list to/from event payload

Hi, is it possible to map list of objects to/from event payload in SendEventTask or StartEventRegistryEvent? I serialize/deserialize JSON. How can I receive or send.
{"key":["value", "value2"]}

No, the current mapping doesn’t support lists. But I agree it would be a nice addition.