Instead of using direct `respondWrite` and `call.r...
# ktor
o
Instead of using direct
respondWrite
and
call.response.contentType
, etc it would be better to create a special FinalContent for JSON data. In coming 0.4.0 this can be done in a manner of interceptor, see master branch and gson sample. We will do Jackson as well, of course.