byInt

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