mirror of https://github.com/databricks/cli.git
10 lines
193 B
YAML
10 lines
193 B
YAML
|
# Example 2.26 Ordered Mappings
|
||
|
|
||
|
# Ordered maps are represented as
|
||
|
# A sequence of mappings, with
|
||
|
# each mapping having one key
|
||
|
--- !!omap
|
||
|
- Mark McGwire: 65
|
||
|
- Sammy Sosa: 63
|
||
|
- Ken Griffey: 58
|