newbie here.. this creates an instance of `ObjectM...
# ktor
p
newbie here.. this creates an instance of
ObjectMapper
for me
Copy code
install(ContentNegotiation) {
            jackson {
                findAndRegisterModules()
            }
            
        }
what if i already have an instance of object mapper and want ktor to use that instead?