toggle menu
lattice-kt
1.0-SNAPSHOT
jvm
switch theme
search in API
abi
/
com.example.abi
/
Json
Json
object
Json
Members
Properties
MAPPER
Link copied to clipboard
val
MAPPER
:
JsonMapper
Functions
to
Json
String
Link copied to clipboard
fun
toJsonString
(
obj
:
Any
)
:
String
to
List
Link copied to clipboard
inline
fun
<
T
>
toList
(
json
:
String
)
:
List
<
T
>
将JSON转换为List