dave
06/15/2018, 7:46 AMobject CustomJson : ConfigurableJackson(ObjectMapper()
.registerModule(KotlinModule()
.disableDefaultTyping()
.setSerializationInclusion(NON_NULL)
.configure(FAIL_ON_UNKNOWN_PROPERTIES, false)
.configure(USE_BIG_INTEGER_FOR_INTS, true)
)