by Nullable Int List
fun JsonObject?.byNullableIntList(key: String? = null, default: JsonArrayDefaultSelector<Int?>): JsonDelegateProperty<List<Int?>>
fun JsonObject?.byNullableIntList(key: String? = null, default: List<Int?>): JsonDelegateProperty<List<Int?>>