byIntList

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