13 lines
191 B
YAML
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 |