-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
46 lines (46 loc) · 995 Bytes
/
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
{
"products": [
{
"name": "name company test",
"code": "XYZ456",
"price": 19.99,
"quantity": 5,
"company": "Fannilo",
"id": "30c5f37f-ff5d-4e75-bd99-305a881bf8ee"
},
{
"id": "7d514816-0ff2-40d3-ac81-a2a257d27410",
"name": "Tercer producto",
"code": "ABXX23",
"price": 20,
"quantity": 50,
"company": "Jannone"
},
{
"id": "95417217-8a60-4d75-bff7-73480e0a2161",
"name": "hola producto",
"code": "AZZZ23",
"price": 20,
"quantity": 50,
"company": "Zanulo"
}
],
"users": [
{
"id": "30c5f37f-ff5d-4e75-bd99-305a881bX8ee",
"name": "Joe",
"email": "[email protected]",
"phone": 98729394951,
"gender": "male",
"age": 20
},
{
"id": "30c5f37f-xx5d-4e75-bd99-305a881bX8ee",
"name": "Mario",
"email": "[email protected]",
"phone": 94529394951,
"gender": "prefer_not_say",
"age": 25
}
]
}