Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.startup.mmkv-kmp
/
love.yinlin.startup
/
getJson
get
Json
inline
fun
<
T
>
StartupKV
.
getJson
(
key
:
String
,
defaultFactory
:
(
)
->
T
)
:
T
inline
fun
<
T
>
StartupKV
.
getJson
(
deserializer
:
DeserializationStrategy
<
T
>
,
key
:
String
,
defaultFactory
:
(
)
->
T
)
:
T