kohttp / io.github.rybalkinsd.kohttp.ext / okhttp3.Response / asJson

asJson

fun Response.asJson(): JsonNode

Returns Response Body as JSON.If Response is null it returns a empty JSON

Return
JsonNode.

Since
0.9.0

Author
gokul