fromJsonList

inline fun <T : Any> Gson.fromJsonList(json: String?): List<T>?