-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
34 lines (34 loc) · 687 Bytes
/
db.json
File metadata and controls
34 lines (34 loc) · 687 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
{
"clientes": [
{
"nombre": "Karen",
"empresa": "Codigo Con Juan",
"email": "karen@juan.com",
"telefono": "1381983134444",
"notas": "44",
"id": 2
},
{
"id": 3,
"nombre": "Josue",
"telefono": 31983913,
"email": "josue@juan.com",
"empresa": "Codigo Con Juan"
},
{
"id": 5,
"nombre": "Pedro",
"telefono": 1398198938,
"email": "pedro@juan.com",
"empresa": "Codigo Con Juan"
},
{
"nombre": "Jerlibgnzlzsss",
"empresa": "Codigo Con Jerlib",
"email": "jerlib@correo.com",
"telefono": "1398198938",
"notas": "dw",
"id": 6
}
]
}