• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1&id001 !!org.yaml.snakeyaml.recursive.Human {
2  bankAccountOwner: *id001,
3  birthPlace: Leningrad,
4  birthday: !!timestamp '1970-01-12T13:46:40Z',
5  children: !!set {
6    },
7  father: null,
8  mother: null,
9  name: Father,
10  partner: {
11    bankAccountOwner: *id001,
12    birthPlace: Saint-Petersburg,
13    birthday: !!timestamp '1973-03-03T09:46:40Z',
14    children: !!set {
15      },
16    father: null,
17    mother: null,
18    name: Mother,
19    partner: *id001
20  }
21}
22