-
Notifications
You must be signed in to change notification settings - Fork 1
/
sampledbdata.json
55 lines (55 loc) · 1.34 KB
/
sampledbdata.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
[
{
"id": "1565200730708852736.0",
"CreatedAt": "2022-09-01T04:51:48Z",
"NumberOfCars": 2,
"Date": "2022-06-30",
"Time": "09:15",
"LocationString": "8th and Blanchard",
"Location": {
"type": "Point",
"coordinates": [
-122.3398,
47.61753
]
},
"ImageUrls": [
"https://pbs.twimg.com/media/Fbio_-PUEAEK_Ic.jpg"
],
"Latest": false
},
{
"id": "1571694777929961478.0",
"CreatedAt": "2022-09-19T02:56:50Z",
"NumberOfCars": 1,
"Date": "2022-09-12",
"Time": null,
"LocationString": "N 77th and Greenwood Ave N",
"Location": {
"type": "Point",
"coordinates": [
-122.3553,
47.68476
]
},
"ImageUrls": [],
"Latest": false
},
{
"id": "1573803314788978690.0",
"CreatedAt": "2022-09-24T22:35:24Z",
"NumberOfCars": 1,
"Date": null,
"Time": null,
"LocationString": "N 135 and Linden Ave N",
"Location": {
"type": "Point",
"coordinates": [
-122.3477,
47.72691
]
},
"ImageUrls": [],
"Latest": true
}
]