summaryrefslogtreecommitdiffstats
path: root/tests/auto/daemon/json/reduce-data.json
blob: 810bf9732591a946e822fe1aa2f4614aac2bec03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[
  {
    "_type": "MyContact",
    "firstName": "John",
    "lastName": "Smith"
  },
  {
    "_type": "MyContact",
    "firstName": "Harry",
    "lastName": "Smith"
  },
  {
    "_type": "MyContact",
    "firstName": "John",
    "lastName": "Jones"
  },
  {
    "_type": "MyContact",
    "firstName": "Tom",
    "lastName": "Jones"
  },
  {
    "_type": "MyContact",
    "firstName": "Roger",
    "lastName": "Moore"
  },
  {
    "_type": "MyContact",
    "firstName": "John",
    "lastName": "Moore"
  },
  {
    "_type": "MyContact",
    "firstName": "Tom",
    "lastName": "Smith"
  },
  {
    "_type": "MyContact",
    "firstName": "John",
    "lastName": "Roberts"
  },
  {
    "_type": "MyContact",
    "firstName": "Robert",
    "lastName": "Johns"
  },
  {
    "_type": "MyContact",
    "firstName": "Robert",
    "lastName": "Smith"
  },
  {
    "_type": "MyContact",
    "firstName": "Robert",
    "lastName": "Thomas"
  },
  {
    "_type": "MyContact",
    "firstName": "Thomas",
    "lastName": "Roberts"
  }
]