-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmissingchild.json
99 lines (95 loc) · 2.4 KB
/
missingchild.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
{
"Person": {
"2": {
"firstName": "Shelby",
"middleName": "Raistlin",
"lastName": "Wright",
"birthDate": "1970-07-04",
"age": "23"
},
"3": {
"firstName": "Jesus",
"lastName": "Cortes",
"birthDate": "2015-03-17",
"age": "4"
},
"4": {
"firstName": "Joshua",
"middleName": "Gordillo",
"lastName": "Cortes",
"birthDate": "2017-09-18",
"age": "1"
}
},
"Location": {
"2": {
"locationName": "Snohomish",
"cityName": "Snohomish",
"stateCode": "47",
"streetAddress": "4th Street"
},
"3": {
"locationName": "Oxnard",
"cityName": "Oxnard",
"stateCode": "5",
"streetAddress": "142nd Ave"
},
"5": {
"locationName": "Rapid City",
"cityName": "Rapid City",
"stateCode": "41",
"streetAddress": "12718 Se 4th"
}
},
"PoliceDepartment": {
"1": {
"locationID": "2",
"policeDeptName": "Snohomish County Sherrif's Office",
"contactID": "1"
},
"2": {
"locationID": "11",
"policeDeptName": "Yakima Police Department",
"contactID": "2"
},
"3": {
"locationID": "3",
"policeDeptName": "Oxnard Police Department",
"contactID": "3"
}
},
"Abductor": {
"2": {
"name": "mother",
"sexCode": "2",
"phoneNum": "2025550159"
},
"15": {
"name": "Roman Cerratos",
"sexCode": "1",
"phoneNum": "2147483647"
},
"17": {
"name": "Father",
"sexCode": "1",
"phoneNum": "1040455995"
}
},
"MissingReport": {
"2": {
"lastSeenLocation": "Snohomish Area",
"missingDate": "2004-07-26",
"policeDeptID": "1"
},
"3": {
"lastSeenLocation": "Oxnard",
"missingDate": "2016-01-12",
"policeDeptID": "3"
},
"4": {
"lastSeenLocation": "Oxnard",
"missingDate": "2019-01-19",
"policeDeptID": "3"
}
}
}