Files
drupal11-ddev/vendor/grasmash/yaml-cli/tests/resources/good.yml
2025-10-08 11:39:17 -04: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