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
/
decodeListOrNull
decode
List
Or
Null
inline
fun
<
T
>
Json
.
decodeListOrNull
(
value
:
String
?
)
:
List
<
T
>
?
Decodes a JSON list, returning
null
when the input is null or invalid.