-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrestaurants.json
More file actions
54 lines (54 loc) · 1.57 KB
/
Copy pathrestaurants.json
File metadata and controls
54 lines (54 loc) · 1.57 KB
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
[
{
"restaurant_id": "40356018",
"name": "Wilken's Fine Food",
"borough": "Brooklyn",
"cuisine": "Delicatessen",
"grades": [
{ "date": "2014-03-03", "grade": "A", "score": 10 },
{ "date": "2013-07-29", "grade": "A", "score": 6 }
],
"address": { "building": "1111", "street": "Avenue Z", "zipcode": "11235" }
},
{
"restaurant_id": "40360071",
"name": "Brunos On The Boulevard",
"borough": "Queens",
"cuisine": "American",
"grades": [
{ "date": "2014-11-14", "grade": "A", "score": 12 },
{ "date": "2014-05-15", "grade": "B", "score": 22 }
],
"address": { "building": "8825", "street": "Astoria Boulevard", "zipcode": "11369" }
},
{
"restaurant_id": "40361322",
"name": "Kosher Island",
"borough": "Staten Island",
"cuisine": "Jewish/Kosher",
"grades": [
{ "date": "2014-10-09", "grade": "A", "score": 9 }
],
"address": { "building": "2206", "street": "Victory Boulevard", "zipcode": "10314" }
},
{
"restaurant_id": "40362432",
"name": "Wendy's",
"borough": "Brooklyn",
"cuisine": "Hamburgers",
"grades": [
{ "date": "2014-12-30", "grade": "A", "score": 8 }
],
"address": { "building": "469", "street": "Flatbush Avenue", "zipcode": "11225" }
},
{
"restaurant_id": "40361606",
"name": "Riviera Catering",
"borough": "Brooklyn",
"cuisine": "American",
"grades": [
{ "date": "2014-06-10", "grade": "A", "score": 5 }
],
"address": { "building": "2780", "street": "Stillwell Avenue", "zipcode": "11224" }
}
]