1!!org.yaml.snakeyaml.issues.issue60.SkipBean 2text: foo 3number: null 4map: {} 5listStr: [bar, null, foo, null] 6listInt: [null, 1, 2, 3] 7listDate: null 8empty: []