-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdata.json
28 lines (28 loc) · 819 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
23
24
25
26
27
28
{
"videolist": [
{
"id": 1,
"title": "Video 1",
"content": "This is the full content of Video 1",
"src":"https://www.youtube.com/embed/ZdWFRYdj2Mk"
},
{
"id": 2,
"title": "Video 2",
"content": "This is the full content of Video 2",
"src":"https://www.youtube.com/embed/9sAeBdz34QU"
},
{
"id": 3,
"title": "Video 3",
"content": "This is the full content of Video 3",
"src":"https://www.youtube.com/embed/7AfqiVkhXPs"
},
{
"id": 4,
"title": "Video 4",
"content": "This is the full content of Video 4",
"src":"https://www.youtube.com/embed/OvOH4zvrp9Y"
}
]
}