What is best way to handle null fields in body?
# ktor
a
What is best way to handle null fields in body?
c
What are you using for content negotiation? KotlinX.Serialization, Jackson, ?
a
Jackson
c
I don't know Jackson, you'll have to find somewhere with people who do. Ktor just delegates to Jackson, it does nothing more.
👍 1