getJsonObjectList

abstract fun <T : CSJsonObject> getJsonObjectList(key: String, type: KClass<T>): List<T>?