Am 03.08.2022 um 04:27 schrieb Bridger Dyson-Smith:
I would appreciate some help understanding how I might go about having a multi-valued array as the value of a map key, or if this is even possible; e.g. map{ "key": [1,2,3,4,5] }
map { 'key' : array { 1 to 5 } } Or have I missed the point?