-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresult.json
73 lines (73 loc) · 1.26 KB
/
result.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
{
"unique_recipe_count": 13,
"count_per_recipe": [
{
"recipe": "Cherry Balsamic Pork Chops",
"count": 2
},
{
"recipe": "Chicken Sausage Pizzas",
"count": 1
},
{
"recipe": "Creamy Dill Chicken",
"count": 1
},
{
"recipe": "Garden Mushroom veggies Quesadillas",
"count": 1
},
{
"recipe": "Grilled Cheese and Veggie Jumble",
"count": 1
},
{
"recipe": "Hot Honey Barbecue Chicken Legs",
"count": 1
},
{
"recipe": "Korean-Style Chicken Thighs",
"count": 1
},
{
"recipe": "Melty potato Monterey Jack Burgers",
"count": 1
},
{
"recipe": "One-Pan Orzo Italiano",
"count": 1
},
{
"recipe": "Spanish One-Pan Chicken",
"count": 1
},
{
"recipe": "Speedy Steak Fajitas",
"count": 2
},
{
"recipe": "Spinachveggies Artichoke Pasta Bake",
"count": 1
},
{
"recipe": "Tex-Mex Tilapia",
"count": 1
}
],
"busiest_postcode": {
"postcode": "10148",
"delivery_count": 3
},
"count_per_postcode_and_time": {
"postcode": "10120",
"from": "9AM ",
"to": " 4PM",
"delivery_count": 1
},
"match_by_name": [
"Melty potato Monterey Jack Burgers",
"Spinachveggies Artichoke Pasta Bake",
"Garden Mushroom veggies Quesadillas",
"Grilled Cheese and Veggie Jumble"
]
}