• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1&id002
2- !!org.yaml.snakeyaml.recursive.Human3
3  bankAccountOwner: &id001
4    bankAccountOwner: *id001
5    birthPlace: Leningrad
6    birthday: 1970-01-12T13:46:40Z
7    children: *id002
8    father: null
9    mother: null
10    name: Father
11    partner: &id003
12      bankAccountOwner: *id001
13      birthPlace: Saint-Petersburg
14      birthday: 1973-03-03T09:46:40Z
15      children: *id002
16      father: null
17      mother: null
18      name: Mother
19      partner: *id001
20  birthPlace: Munich
21  birthday: 1979-10-28T23:06:40Z
22  children: []
23  father: *id001
24  mother: *id003
25  name: Son
26  partner: null
27- !!org.yaml.snakeyaml.recursive.Human3
28  bankAccountOwner: *id001
29  birthPlace: New York
30  birthday: 1983-04-24T02:40:00Z
31  children: []
32  father: *id001
33  mother: *id003
34  name: Daughter
35  partner: null
36