Yeah, but there are different json serialization l...
# ktor
o
Yeah, but there are different json serialization libraries. The plan is to develop generic content transformation feature that will know Accept headers, send proper http status codes when something is not supported, etc. And it will be pluggable with trivial serialization/deserialization lambdas, so you can employ whatever mapper you want (json, xml, protobuf, etc).
👍 1