-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
58 lines (58 loc) · 1.89 KB
/
db.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
{
"burgers": [
{
"id": 0,
"nome": "Hamburguinho",
"restaurante": "Hamburguinho - Pinheiros",
"web": "https://www.hamburguinho.com.br/",
"descricao": "Chesse Salada",
"ingredientes": ["tomate", "queijo patro", "alface", "maionese","hamburguers", "pao"],
"endereco": [
{
"endereco": "0",
"numero": "1072",
"linha1": "R. dos Pinheiros",
"linha2": "Pinheiros",
"CEP": "05422-001",
"pais": "Brasil"
}
]
},
{
"id": 1,
"nome": "Hobby Burguer",
"restaurante": "Hobby",
"web": "https://www.instagram.com/hobbyburgueroficial",
"descricao": "Hamburger Creme de Milho",
"ingredientes": ["hamburger", "creme de milho", "pao brioche"],
"endereco": [
{
"endereco": "0",
"numero": "104",
"linha1": "R. Cardoso de Almeida",
"linha2": "Perdizes",
"CEP": "05013-001",
"pais": "Brasil"
}
]
},
{
"id": 2,
"nome": "A Chapa",
"restaurante": "A Chapa Hamburguers",
"web": "http://www.achapa.com.br/",
"descricao": "Cheese Salada",
"ingredientes": ["tomate", "alface","maionese", "hamburguer", "pao brioche"],
"endereco": [
{
"endereco": "0",
"numero": "2564",
"linha1": "Rua Domingos de Morais",
"linha2": "Vila Mariana",
"CEP": "0436-100",
"pais": "Brasil"
}
]
}
]
}