Hi @Theja, take a look at REST JSON Specification - #2 by cocreature which tackles the same topic.
To summarize, Set
is a record wrapper around Map
so you need something like {"map": []}
for an empty Set instead of []
.
Hi @Theja, take a look at REST JSON Specification - #2 by cocreature which tackles the same topic.
To summarize, Set
is a record wrapper around Map
so you need something like {"map": []}
for an empty Set instead of []
.