-
Notifications
You must be signed in to change notification settings - Fork 1
/
data.json
61 lines (61 loc) · 1.68 KB
/
data.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"posts": [
{
"id": 1,
"title": "json-server1",
"username": "typicode1",
"content": "내용1",
"category": "all",
"imageUrl": "https://mblogthumb-phinf.pstatic.net/MjAyMTA3MDZfNiAg/MDAxNjI1NTgwMDU4MTQz.GtBb43jJQsU0RJTYdvLgZsd-nE0nFCDUDMWJUQauObYg.gz9W3x0-Oav_r-JYumNi0_zrHvsetzYOza7NYwj8E6Eg.JPEG.dkfk7725/Internet_20210706_230040_3.jpeg?type=w800"
},
{
"id": 2,
"title": "json-server2",
"username": "typicode2",
"content": "내용2",
"category": "clothes"
},
{
"id": 3,
"title": "json-server3",
"username": "typicode3",
"content": "내용3",
"category": "shoes"
},
{
"id": 4,
"title": "json-server4",
"username": "typicode4",
"content": "내용4",
"category": "acc"
},
{
"id": 5,
"title": "json-server5",
"username": "typicode5",
"content": "내용5",
"category": "acc"
},
{
"id": 6,
"title": "json-server6",
"username": "typicode5",
"content": "내용5",
"category": "acc"
},
{
"id": 7,
"title": "json-server7",
"username": "typicode5",
"content": "내용5",
"category": "acc"
},
{
"id": 8,
"title": "json-server8",
"username": "typicode5",
"content": "내용5",
"category": "acc"
}
]
}