Hi, we're trying to configure JSON in KTOR Server ...
# ktor
c
Hi, we're trying to configure JSON in KTOR Server using kotlinx. We have Ktor 1.4.1, the documentations says to use the function
serialization()
but we can't find it in packages. Any help?
Dismiss, problem solved. We needed to use
json()
and include the dependency
io.ktor:ktor-serialization:$ktorV
👍 1
h
We stumbled over that Last week as well, documentation could have mentioned that