1273562Smarcel{
2273562Smarcel  "employees": {
3273562Smarcel    "employee": [
4300925Sphil    ],
5300925Sphil    "extra": "",
6300925Sphil    "memory": [
7273562Smarcel      {
8300925Sphil        "type": "name",
9300925Sphil        "in-use": 12345,
10300925Sphil        "memory-use": 54321,
11300925Sphil        "high-use": "-",
12300925Sphil        "requests": 32145
13300925Sphil      }
14300925Sphil    ],
15300925Sphil    "employee": [
16300925Sphil      {
17273562Smarcel        "first-name": "Terry",
18273562Smarcel        "last-name": "Jones",
19273562Smarcel        "department": 660
20273562Smarcel      },
21273562Smarcel      {
22273562Smarcel        "first-name": "Leslie",
23273562Smarcel        "last-name": "Patterson",
24273562Smarcel        "department": 341
25273562Smarcel      },
26273562Smarcel      {
27273562Smarcel        "first-name": "Ashley",
28273562Smarcel        "last-name": "Smith",
29273562Smarcel        "department": 1440
30273562Smarcel      }
31273562Smarcel    ]
32273562Smarcel  }
33273562Smarcel}
34