<@U6BRLED33> You're extracting a String, but you s...
# tornadofx
e
@eddy_wm You're extracting a String, but you should extract a JsonObject for it. Even better, if you have an
Arrival
object that also supports JSON, this can be automatically loaded with
arrival = jsonModel("arrival")
.