int

fun JsonModel.int(key: String? = null, default: JsonObjectDefaultSelector<Int>): JsonDelegateProperty<Int>
fun JsonModel.int(key: String? = null, default: Int): JsonDelegateProperty<Int>