mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-07 05:18:18 +02:00
12 lines
257 B
TOML
12 lines
257 B
TOML
bool = true
|
|
int8 = -8
|
|
uint8 = 8
|
|
int16 = -16
|
|
uint16 = 16
|
|
int32 = -32
|
|
uint32 = 32
|
|
int64 = -64
|
|
uint64 = 64
|
|
double = 3.141592
|
|
str = "str"
|
|
big_str = "this is a big string with special characters (!@#$%^&&*'') to make sure the wptoml library parses it correctly"
|