Skip to content

Commit 7fc06f5

Browse files
add sample json files for project2
1 parent df69976 commit 7fc06f5

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[{
2+
"id": "contract-11934",
3+
"buildingKey": "993839c8bh3fdgcc6734624ee8cc351050bn9shf93",
4+
"geo_location": {
5+
"type": "exact",
6+
"coordinates": [
7+
-78.8922549,
8+
36.0013755
9+
]
10+
},
11+
"properties": {
12+
"permit_no": "110138",
13+
"lat_and_lon": [
14+
36.0013755,
15+
-78.8922549
16+
],
17+
"address": "877 W CANAL ST",
18+
"year": "2009"
19+
},
20+
"timestamp": "2014-02-09T12:28:33-05:00"
21+
},
22+
{
23+
"id": "contract-11984",
24+
"buildingKey": "8fdn8rh3fdgcc6734624ee89wn350bn9shf93",
25+
"geo_location": {
26+
"type": "exact",
27+
"coordinates": [
28+
-87.9872323,
29+
36.0013755
30+
]
31+
},
32+
"properties": {
33+
"permit_no": "110138",
34+
"lat_and_lon": [
35+
36.0013755,
36+
-78.8922549
37+
],
38+
"address": "923 YETTI ST",
39+
"year": "2004"
40+
},
41+
"timestamp": "2014-02-09T12:28:33-05:00"
42+
}]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{"name": "Top", "owns": [["car", "honda"], ["laptop", "Dell"]]}
2+
{"name": "Frank", "owns": [["laptop", "Macbook"], ["shoes", "Nike"]]}
3+
{"name": "Peter", "owns": []}
4+
{"name": "Samantha", "owns": [["home", "34 Morris Ave."]]}

0 commit comments

Comments
 (0)