<@U25PL0SKY> If you can't implement JsonModel you ...
# tornadofx
e
@jchildress If you can't implement JsonModel you could add an extension method so you can call
maker = Maker().updateModel(jsonObject("maker"))
. The extension method would assign the properties in the
JsonObject
to the right fields.