json

fun HttpClient.json(json: Json = Json): JsonHttpClient(source)

Get a Http client with json support wrapping this client.

Closing the returned client will not close the wrapped client.