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