library
/
com.secoo.coobox.library.util
/
json2Obj
json2
Obj
fun <
T
>
json2Obj
(json:
String
?, classOfT:
Class
<
T
>?):
T
?
Content copied to clipboard
将 json 字符串转换成 对象 如果转换正常,则返回对应类型的实例,否则为 null