%YAML 1.1
---
!!seq [
!!map {
? !!str "inner"
: !!str "entry",
? !!str "also"
: !!str "inner"
},
? !!str "last"
: !!str "entry"
}
]