If you have a JsonArray and want to turn it into a...
# tornadofx
e
If you have a JsonArray and want to turn it into an observable list of your domainobject, you can call
.toModel<ModelType>()
on the JsonArray
👍 1