Michael Kotlikov
GsonBuilder
gson
install(ContentNegotiation) ( gson { setDateFormat(DateFormat.LONG) } }
install(ContentNegotiation) ( gson(existingGsonBuilder) }
orangy
existingGsonBuilder
register(ContentType.Application.Json, GsonConverter(existingGsonBuilder.create()))
A modern programming language that makes developers happier.