Files
2024-07-15 12:33:27 +02:00

13 lines
191 B
YAML

deep-array:
second:
third:
fourth: hello world
flat-array:
- one
- two
- three
null-value: ~
inline-array: [ one, two, three ]
bool-value: true
int-value: 1
float-value: 1.0