-
Notifications
You must be signed in to change notification settings - Fork 0
/
tableData.json
150 lines (150 loc) · 3.85 KB
/
tableData.json
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"eligible": [
{
"parentName": "Elaina Lakin",
"parentDOB": "1969-02-14",
"email": "[email protected]",
"childName": "Marquis Lakin",
"childDOB": "2010-06-09"
},
{
"parentName": "Gabe Pouros",
"parentDOB": "1996-10-14",
"email": "[email protected]",
"childName": "Abelardo Pouros",
"childDOB": "2012-12-14"
},
{
"parentName": "Emely Mayert",
"parentDOB": "1981-04-22",
"email": "[email protected]",
"childName": "Kamryn Mayert",
"childDOB": "2018-11-02"
},
{
"parentName": "Cathrine Herzog",
"parentDOB": "1960-06-18",
"email": "[email protected]",
"childName": "Katherine Herzog",
"childDOB": "2008-05-06"
},
{
"parentName": "Louisa Toy",
"parentDOB": "1975-01-09",
"email": "[email protected]",
"childName": "Ashlee Toy",
"childDOB": "2006-10-31"
},
{
"parentName": "Jarret Terry",
"parentDOB": "1970-12-08",
"email": "[email protected]",
"childName": "Jamaal Terry",
"childDOB": "2014-04-03"
},
{
"parentName": "Tyrese Hand",
"parentDOB": "1964-09-02",
"email": "[email protected]",
"childName": "Gianni Hand",
"childDOB": "2014-09-17"
},
{
"parentName": "Mylene Batz",
"parentDOB": "1982-03-09",
"email": "[email protected]",
"childName": "Geoffrey Batz",
"childDOB": "2008-05-31"
},
{
"parentName": "Addison Watsica",
"parentDOB": "1981-06-11",
"email": "[email protected]",
"childName": "Edwardo Watsica",
"childDOB": "2009-04-20"
},
{
"parentName": "Laila Schowalter",
"parentDOB": "1976-07-09",
"email": "[email protected]",
"childName": "Dock Schowalter",
"childDOB": "2019-08-09"
}
],
"notEligible": [
{
"parentName": "Myrl Konopelski",
"parentDOB": "1991-09-16",
"email": "[email protected]",
"childName": "Jamar Konopelski",
"childDOB": "2009-02-02"
},
{
"parentName": "Letitia Corwin",
"parentDOB": "1975-01-13",
"email": "[email protected]",
"childName": "Valentine Corwin",
"childDOB": "2012-08-16"
},
{
"parentName": "Eric Pfannerstill",
"parentDOB": "1964-12-26",
"email": "[email protected]",
"childName": "Neva Pfannerstill",
"childDOB": "2017-04-06"
},
{
"parentName": "Maxine Carroll-Glover",
"parentDOB": "1991-11-15",
"email": "[email protected]",
"childName": "Ruth Carroll-Glover",
"childDOB": "2014-12-07"
},
{
"parentName": "Buck Harris",
"parentDOB": "1983-02-26",
"email": "[email protected]",
"childName": "Edna Harris",
"childDOB": "2017-04-28"
}
],
"couldNotCheck": [
{
"parentName": "Cassandra Bins",
"parentDOB": "1963-08-06",
"email": "[email protected]",
"childName": "Monica Bins",
"childDOB": "2019-10-15"
},
{
"parentName": "Jaime Jacobs",
"parentDOB": "1961-05-31",
"email": "[email protected]",
"childName": "Eulalia Jacobs",
"childDOB": "2006-07-17"
},
{
"parentName": "Lauryn Casper",
"parentDOB": "2002-06-25",
"email": "[email protected]",
"childName": "Izaiah Casper",
"childDOB": "2011-02-19"
}
],
"error": [
{
"parentName": "Laney Collier",
"parentDOB": "1985-04-06",
"email": "[email protected]",
"childName": "Dina Collier",
"childDOB": "2018-04-28"
},
{
"parentName": "Zackary McGlynn",
"parentDOB": "1986-04-03",
"email": "[email protected]",
"childName": "Noe McGlynn",
"childDOB": "2016-07-12"
}
]
}