Join Slack
Communities
Powered by
having an issue serializing to json with jackson. ...
# announcements
s
samp
07/14/2016, 12:41 PM
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’)
Open in Slack
Previous
Next