sonofblip
01/23/2020, 5:29 PMinstall(ContentNegotiation) {
gson {
// Configure Gson here
}
}
then you can just configure it the normal way you’d configure that library. for gson it’s:
setFieldNamingPolicy(FieldNamingPolicy.LOWER_CASE_WITH_UNDERSCORES)