Skip to content

1.14.1

Latest
Compare
Choose a tag to compare
@AlessioCoser AlessioCoser released this 30 Dec 00:03
3bd3deb

These are the extension functions available

data class TestBody(val message: String)
val response = "https://some.api".http.get()

val a: TestBody = response.json<TestBody>()
val b: JsonElement? = response.jsonElement()
val c: JsonObject? = response.jsonObject()
val d: JsonArray? = response.jsonArray()