int

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