having an issue serializing to json with jackson. ...
# announcements
s
having an issue serializing to json with jackson. anyone have any ideas? For a data class like this
data class Foo(val is_bar: Boolean)
the resulting json looks like
{“_bar”: true}
(the property name loses the ‘is’)