With `JSON.parse` if I define a DTO with a List I ...
# javascript
t
With
JSON.parse
if I define a DTO with a List I get an iterator error but if I define it as an Array it works. Is there trick to working with
List
in this context?
b
@sandwwraith should it work with kotlinx.serialization?