-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
36 lines (36 loc) · 786 Bytes
/
db.json
File metadata and controls
36 lines (36 loc) · 786 Bytes
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
{
"clientes": [
{
"nombre": "Álvaro",
"empresa": "Cucoland",
"email": "alvaroq@gmail.com",
"telefono": "667743219",
"observaciones": "Esperando novedades de productos",
"id": 1
},
{
"nombre": "Julia",
"empresa": "Julia´s Movies",
"email": "juliuca@gmail.com",
"telefono": "942258595",
"observaciones": "Comida regulera",
"id": 2
},
{
"nombre": "Manolo",
"empresa": "Harinas Manolo",
"email": "manolo@harinas.com",
"telefono": "",
"observaciones": "Muy rico todo",
"id": 3
},
{
"nombre": "Isabel",
"empresa": "Chabelis",
"email": "chabelis@chabelis.com",
"telefono": "",
"observaciones": "",
"id": 4
}
]
}