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