fromJsonList

fun <T> fromJsonList(obj: String, classT: Class<T>): List<T>?