# Ordered maps are represented as
# A sequence of mappings, with
# each mapping having one key
--- !!omap
- Mark McGwire: 65
- Sammy Sosa: 63
- Ken Griffy: 58
####
[
{ "Mark McGwire" => 65 },
{ "Sammy Sosa" => 63 },
{ "Ken Griffy" => 58 },
]
####
[
{ path => "/export/home/frank" },
{
options => [
{ param => "i", value => 1001 },
{ param => "f" },
{ param => "x", value => "eyes" },
{},
{ param => "b", value => "toes" },
{ param => "p" },
],
},
{ arguments => [{ value => "test" }] },
]
####
---
- path: /export/home/frank
- options:
- param: i
value: '1001'
- param: f
- param: x
value: eyes
- {}
- param: b
value: toes
- param: p
- arguments:
- value: test