@edvin I'm talking about implementing JsonModel, it seems like a lot to write compared to a data class, I have to write properties, then write an updateModel() override whereas other json libraries use your class as a "template" (boon, gson)... is it possible to use a data class for json?