-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
65 lines (65 loc) · 1.01 KB
/
Copy pathdb.json
File metadata and controls
65 lines (65 loc) · 1.01 KB
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
{
"customers": [
{
"dni": "29620000",
"name": "ESTEBAN RUL",
"age": 35,
"id": "27000000",
"isDeleteAllow": false
},
{
"id": "30000001",
"dni": "30000001",
"name": "GABY CAL",
"age": 40
},
{
"id": "gLOTPrW",
"dni": "56000000",
"name": "CAMILA",
"age": 2,
"isDeleteAllow": false
},
{
"id": "KmWSJoM",
"dni": "54621",
"name": "ROQUE",
"age": 15
},
{
"id": "02szkW2",
"dni": "56000542",
"name": "CAMI 1",
"age": 5
},
{
"id": "NHIjoaX",
"dni": "54235200",
"name": "CAMI 2",
"age": 1
},
{
"id": "U3vuruR",
"dni": "55223100",
"name": "CAMI 3",
"age": 2
}
],
"posts": [
{
"id": 1,
"title": "json-server",
"author": "typicode"
}
],
"comments": [
{
"id": 1,
"body": "some comment",
"postId": 1
}
],
"profile": {
"name": "typicode"
}
}