Readium
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readium
readium-shared
/
org.readium.r2.shared.util.http
/
fetchJSONObject
fetch
JSONObject
suspend
fun
HttpClient
.
fetchJSONObject
(
request
:
HttpRequest
)
:
HttpTry
<
JSONObject
>
Fetches the resource from the given
request
as a
JSONObject
.