intList

fun JsonModel.intList(key: String? = null, default: JsonArrayDefaultSelector<Int>): JsonDelegateProperty<List<Int>>
fun JsonModel.intList(key: String? = null, default: List<Int>): JsonDelegateProperty<List<Int>>
fun JsonModel.intList(key: String): JsonDelegateProperty<List<Int>>
val JsonModel.intList: JsonDelegateProperty<List<Int>>