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