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