byModelList

fun <T : JsonModel> JsonObject.byModelList(key: String? = null, block: (JsonObject) -> T): JsonArrayProperty<T>