mike_shysh
09/18/2017, 10:48 AM@field:JsonProperty("i_ui_time_zone")
val iUiTimeZone: Int? = null,
such field he wants to simplify to
val i_ui_time_zone: Int? = null,
What's your opinion on this matter? Do you mix camelcase us snake case in your code?