byModelListOrDefault

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