Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
core
/
com.michaelflisar.toolbox
/
JsonDefaults
Json
Defaults
object
JsonDefaults
Members
Properties
JSON
Link copied to clipboard
val
JSON
:
Json
Functions
decode
From
String
Link copied to clipboard
inline
fun
<
T
>
decodeFromString
(
data
:
String
)
:
T
encode
To
String
Link copied to clipboard
inline
fun
<
T
>
encodeToString
(
data
:
T
)
:
String