-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpost.json
52 lines (52 loc) · 1.17 KB
/
post.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
[
{
"title" : "Tom&Jerry",
"image" : "assets/images/JsonImages/Tom&Jerry.png",
"description" : "",
"points" : "189",
"comments" : "0",
"category" : "Anime & Manga",
"hashTags" : "[]",
"owner" : "null"
},
{
"title" : "The New BMW",
"image" : "assets/images/JsonImages/bmw.jpg",
"description" : "",
"points" : "20000",
"comments" : "0",
"category" : "Car",
"hashTags" : "[]",
"owner" : "null"
},
{
"title" : "Basketball in the NBA",
"image" : "assets/images/JsonImages/basketball.jpg",
"description" : "",
"points" : "220",
"comments" : "0",
"category" : "Sport",
"hashTags" : "[]",
"owner" : "null"
},
{
"title" : "Flying Fox",
"image" : "assets/images/JsonImages/fox.jpg",
"description" : "",
"points" : "59",
"comments" : "0",
"category" : "Animals",
"hashTags" : "[]",
"owner" : "null"
},
{
"title" : "Funny stuff",
"image" : "assets/images/JsonImages/funnyMonkey.jpg",
"description" : "",
"points" : "102",
"comments" : "0",
"category" : "Awesome",
"hashTags" : "[]",
"owner" : "null"
}
]