-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathposts.json
More file actions
executable file
·85 lines (85 loc) · 2.01 KB
/
Copy pathposts.json
File metadata and controls
executable file
·85 lines (85 loc) · 2.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
[{
"num": 1,
"user": {
"profile_num": 1,
"name": "Abbi",
"profile_pic_path": "/data/abbi"
},
"post": {
"post_num": 1,
"type": "album_review",
"content": {
"album": "Lust For Life",
"artist": "Iggy Pop",
"score": "8",
"review": "This album is really cool! it makes my head spin!"
}
}
},
{
"num": 2,
"user": {
"profile_num": 2,
"name": "Mehmet",
"profile_pic_path": "/data/mehmet"
},
"post": {
"post_num": 1,
"type": "follow",
"content": {
"followee": "Abbi"
}
}
},
{
"num": 3,
"user": {
"profile_num": 1,
"name": "Abbi",
"profile_pic_path": "/data/abbi"
},
"post": {
"post_num": 2,
"type": "share",
"content": {
"type": "album",
"album": "Product",
"artist": "SOPHIE"
}
}
},
{
"num": 4,
"user": {
"profile_num": 1,
"name": "Mehmet",
"profile_pic_path": "/data/abbi"
},
"post": {
"post_num": 2,
"type": "share",
"content": {
"type": "song",
"song": "Door",
"album": "Pang",
"artist": "Caroline Polachek"
}
}
},
{
"num": 5,
"user": {
"profile_num": 1,
"name": "Abbi",
"profile_pic_path": "/data/abbi"
},
"post": {
"post_num": 1,
"type": "create_playlist",
"content": {
"title": "Songs About Butts",
"description": "This is a playlist I nade where every song is about butts!!"
}
}
}
]