json2Obj

fun <T> json2Obj(json: String?, classOfT: Class<T>?): T?

将 json 字符串转换成 对象 如果转换正常,则返回对应类型的实例,否则为 null