I had a data class annotated with `@JsonInclude(Js...
# multiplatform
h
I had a data class annotated with
@JsonInclude(JsonInclude.Include.NON_NULL)
, and within it around 10 `val`s whereof 8 were nullable.