-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
22 lines (22 loc) · 881 Bytes
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"data": {
"count": 3,
"items": [
{
"photo": "https://cdn0.iconfinder.com/data/icons/small-n-flat/24/678109-profile-group-128.png",
"content": "<b>Shubham</b> posted a photo on your wall",
"link" : "http://www.google.com"
},
{
"photo": "https://cdn0.iconfinder.com/data/icons/small-n-flat/24/678109-profile-group-128.png",
"content": "<b>Shubham</b> posted a photo on your wall",
"link" : "http://www.google.com"
},
{
"photo": "https://cdn0.iconfinder.com/data/icons/small-n-flat/24/678109-profile-group-128.png",
"content": "<b>Shubham</b> posted a photo on your wall",
"link" : "http://www.google.com"
}
]
}
}