blob: 68b241c32d94b4d370d045343d9b04e7fdd5a3a7 [file] [log] [blame]
Simon Hunt24fe16a2015-05-18 12:12:19 -07001{
2 "users": [
3 {
4 "id": 1,
Simon Hunt063ac112015-05-20 10:32:46 -07005 "name": "Mom's MacBook",
6 "mac": "01:02:03:04:05:06",
Simon Hunt24fe16a2015-05-18 12:12:19 -07007 "profile": { }
8 },
9 {
10 "id": 2,
Simon Hunt063ac112015-05-20 10:32:46 -070011 "name": "Dad's iPad",
12 "mac": "01:02:03:04:05:77",
Simon Hunt24fe16a2015-05-18 12:12:19 -070013 "profile": { }
14 },
15 {
16 "id": 3,
Simon Hunt063ac112015-05-20 10:32:46 -070017 "name": "Dick's laptop",
18 "mac": "01:02:03:04:05:88",
Simon Hunt24fe16a2015-05-18 12:12:19 -070019 "profile": { }
20 },
21 {
22 "id": 4,
Simon Hunt063ac112015-05-20 10:32:46 -070023 "name": "Jane's laptop",
24 "mac": "01:02:03:04:05:99",
Simon Hunt24fe16a2015-05-18 12:12:19 -070025 "profile": { }
26 }
27 ]
28}