mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-07 08:48:04 +02:00
4 lines
161 B
TOML
4 lines
161 B
TOML
bool-array = [true, false, false, false, false, true, false]
|
|
int64-array = [1, 2, 3, 4, 5]
|
|
double-array = [0.1, 1.1, 2.1]
|
|
str-array = ["a ", "string ", "array"]
|