.yaml
or .yml
file extension.# Example YAML file
name: John Smith
age: 30
address:
street: 123 Main St
city: Anytown
state: CA
zip: 12345
skills:
- Ruby
- Python
- JavaScript
#
) and continue to the end of the line.|
) character.&
) and aliases (*
) can be used to reference the same data in multiple places.