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