JchuComponents
Toggle table of contents
3.0.0-alpha07
release
Target filter
release
Switch theme
Search in API
Skip to content
JchuComponents
jchucomponents-ktx
/
com.jeluchu.jchucomponents.ktx.serialization
/
decodeOrNull
decode
Or
Null
inline
fun
<
T
>
Json
.
decodeOrNull
(
value
:
String
?
)
:
T
?
Decodes JSON, returning
null
when the input is null or invalid.