xref: /aosp_15_r20/external/snakeyaml/src/test/resources/examples/any-object-example.yaml (revision ac2a7c1bf4e14d82f3bd566dcc2d76d5b42faf34)
1none: [~, null]
2bool: [true, false, on, off]
3int: 42
4float: 3.14159
5list: [LITE, RES_ACID, SUS_DEXT]
6dict: {hp: 13, sp: 5}
7