1entries { 2 name: 'TestName1' 3 id: 42 4 nested { 5 name: "NestedA" 6 type: AAA 7 } 8 nested { 9 name: "NestedB" 10 type: BBB 11 } 12 nested { 13 name: "NestedA" 14 type: AAA 15 } 16} 17 18entries { 19 name: 'TestName2' 20 id: 43 21 nested: { 22 name: "NestedB" 23 type: BBB 24 } 25 nested: { 26 name: "NestedA" 27 type: AAA 28 } 29 nested { 30 name: "NestedB" 31 type: BBB 32 } 33} 34