Is it possible to get an instance of `Json` throug...
# ktor
l
Is it possible to get an instance of
Json
through an instance of
HttpClient
if I can guarantee that there is a
ContentNegotiation
plugin installed with
json
configuration?
a
No, but you can pass a
Json
instance to the
ContentNegotiation
plugin, and wherever else you need.