Deny Prasetyo

Results 2 comments of Deny Prasetyo

I usually do this to add support for `jackson-module-kotlin` ```Kotlin Json.mapper.apply { registerKotlinModule() } Json.prettyMapper.apply { registerKotlinModule() } ``` as long kotlin module is registered to Json mapper, it will...