-
Notifications
You must be signed in to change notification settings - Fork 0
/
posts.json
67 lines (67 loc) · 1.69 KB
/
posts.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
62
63
64
65
66
67
[
{
"title": "Shell",
"content": "First post with shell\nThis is exciting!",
"user_id": 1
},
{
"title": "BackEnd",
"content": "Second post with shell\nThis is exciting!",
"user_id": 2
},
{
"title": "PS",
"content": "Third post with shell\nThis is exciting!",
"user_id": 3
},
{
"title": "cpp",
"content": "Fourth post with shell\nThis is exciting!",
"user_id": 1
},
{
"title": "Python",
"content": "Fifth post with shell\nThis is exciting!",
"user_id": 2
},
{
"title": "OK",
"content": "Confirmation with shell\nThis is exciting!",
"user_id": 5
},
{
"title": "Security",
"content": "Alert with shell\nThis is exciting!",
"user_id": 5
},
{
"title": "Json",
"content": "Json post with shell\nThis is exciting!",
"user_id": 2
},
{
"title": "Asking",
"content": "who cares??\t post with shell\nThis is exciting!",
"user_id": 1
},
{
"title": "Asking",
"content": "why all of that??\t with shell\nThis is exciting!",
"user_id": 1
},
{
"title": "NO",
"content": "NO one ready for that\nThis is exciting!",
"user_id": 5
},
{
"title": "STOP",
"content": "let me done't talk\nThis is exciting!",
"user_id": 4
},
{
"title": "Enough",
"content": "Enough for this shit, mhamd said\nThis is exciting!",
"user_id": 1
}
]