BTW as a general rule I annotate my json-related d...
# jackson-kotlin
m
BTW as a general rule I annotate my json-related data class fields with
@JsonProperty
to define the JSON name so that I can freely rename fields without affecting serialization. You might wish to do the same. Or not, ymmv.