byInt

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