by Double
fun JsonObject.byDouble(key: String? = null, default: JsonObjectDefaultSelector<Double>): JsonDelegateProperty<Double>
Content copied to clipboard
fun JsonObject.byDouble(key: String? = null, default: Double): JsonDelegateProperty<Double>
Content copied to clipboard