If so, is it be possible to write a data class with multiple constructors: one from `Json`, and anot...
a
If so, is it be possible to write a data class with multiple constructors: one from
Json
, and another using the properties explicitly as parameters?
d
Yes, but delegation is not involved here.