I don’t think you need `@field:` ether ``` data cl...
# announcements
n
I don’t think you need
@field:
ether
Copy code
data class MyDataClass(
        @JsonProperty("i_ui_time_zone") val uiTimeZone: Int? = null,
        @JsonProperty("my_other_field) val myOtherField: String? = ""
)
The above is how I would do it for Jackson parsing