byLong

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