xref: /aosp_15_r20/external/snakeyaml/src/test/resources/examples/set-bean-1.yaml (revision ac2a7c1bf4e14d82f3bd566dcc2d76d5b42faf34)
1developers: !!set
2  ? name: John
3    role: founder
4  : null
5  ? name: Karl
6    role: user
7  : null
8name: Bean123
9sorted: !!set
10  one: null
11  three: null
12  two: null