Cloudstream
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Cloudstream
Library
/
com.lagradost.cloudstream3.utils
/
AppUtils
App
Utils
common
object
AppUtils
(
source
)
Members
Functions
parse
Json
Link copied to clipboard
common
inline
fun
<
T
>
parseJson
(
value
:
String
)
:
T
inline
fun
<
T
>
parseJson
(
reader
:
Reader
,
valueType
:
Class
<
T
>
)
:
T
to
Json
Link copied to clipboard
common
fun
Any
.
toJson
(
)
:
String
Any object as json string
try
Parse
Json
Link copied to clipboard
common
inline
fun
<
T
>
tryParseJson
(
value
:
String
?
)
:
T
?