YAML

YAML

Overview: YAML is YAML. Links: http://yaml.org/ Sequence (Array): Style: Block: - a - b - c Flow: [a, b, c] Result: ['a', 'b', 'c'] Style: Block: - a - - b1 -