How about `response.data`? But wouldn't it be bett...
# kotlin-fuel
k
How about
response.data
? But wouldn't it be better with
responseJson { req, res, result ->
and get it via
result
?