1{ 2 "top": { 3 "data": { 4 "contents": { 5 "name": [ 6 "gum", 7 "rope", 8 "ladder", 9 "bolt", 10 "water" 11 ] 12 }, 13 "contents": { 14 "item": [ 15 "gum", 16 "rope", 17 "ladder", 18 "bolt", 19 "water" 20 ] 21 }, 22 "contents": { 23 "item": [ 24 "gum", 25 "rope", 26 "ladder", 27 "bolt", 28 "water" 29 ], 30 "total": "six", 31 "one": "one", 32 "two": [ 33 "two" 34 ], 35 "three": "three" 36 } 37 } 38 } 39} 40