-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdb.json
More file actions
55 lines (55 loc) · 1.01 KB
/
db.json
File metadata and controls
55 lines (55 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
{
"posts": [
{
"id": 1,
"title": "json-server",
"author": "typicode"
},
{
"procNo": 1243223243,
"div": "Div IT",
"procNm": "Dimas Yudha Pratama",
"mthd": "Pelelangan",
"stg": "Procurement Registration",
"sts": "Draft",
"id": 2
},
{
"procNo": 1243243,
"div": "Div IT",
"procNm": "Yudha",
"mthd": "Pelelangan",
"stg": "Procurement Registration",
"sts": "Draft",
"id": 3
},
{
"procNo": 122133,
"div": "Div IT",
"procNm": "Dimas",
"mthd": "Pelelangan",
"stg": "Procurement Registration",
"sts": "Draft",
"id": 4
},
{
"procNo": 123,
"div": "Div Procurement",
"procNm": "Pratama",
"mthd": "Pelelangan",
"stg": "Procurement Registration",
"sts": "Draft",
"id": 5
}
],
"comments": [
{
"id": 1,
"body": "some comment",
"postId": 1
}
],
"profile": {
"name": "typicode"
}
}