blob: 93ea5b97bb6fb5eee36e65212a3ee4e168bd8ad0 [file] [log] [blame]
Simon Hunt29107292015-05-15 11:01:55 -07001{
2 "users": [
3 {
Simon Hunt063ac112015-05-20 10:32:46 -07004 "id": 1,
5 "name": "Mom's MacBook",
6 "mac": "01:02:03:04:05:06"
Simon Hunt29107292015-05-15 11:01:55 -07007 },
8 {
Simon Hunt063ac112015-05-20 10:32:46 -07009 "id": 2,
10 "name": "Dad's iPad",
11 "mac": "01:02:03:04:05:77"
Simon Hunt29107292015-05-15 11:01:55 -070012 },
13 {
Simon Hunt063ac112015-05-20 10:32:46 -070014 "id": 3,
15 "name": "Dick's laptop",
16 "mac": "01:02:03:04:05:88"
Simon Hunt29107292015-05-15 11:01:55 -070017 },
18 {
Simon Hunt063ac112015-05-20 10:32:46 -070019 "id": 4,
20 "name": "Jane's laptop",
21 "mac": "01:02:03:04:05:99"
Simon Hunt29107292015-05-15 11:01:55 -070022 }
23 ]
24}