dyaml/examples/constructor/input.yaml

9 lines
166 B
YAML
Raw Normal View History

2011-08-16 12:53:13 +00:00
scalar-red: !color FF0000
scalar-orange: !color FFFF00
mapping-red: !color-mapping {r: 255, g: 0, b: 0}
mapping-orange:
!color-mapping
r: 255
g: 255
b: 0