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