-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.json
31 lines (30 loc) · 1002 Bytes
/
example.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
{
"title": {
"media": {
"url": "",
"caption": " <a target=\"_blank\" href=''>credits</a>",
"credit": ""
},
"text": {
"headline": "Welcome to<br>Streamlit Timeline",
"text": "<p>A Streamlit Timeline component by integrating TimelineJS from Knightlab</p>"
}
},
"events": [
{
"media": {
"url": "https://vimeo.com/143407878",
"caption": "How to Use TimelineJS (<a target=\"_blank\" href='https://timeline.knightlab.com/'>credits</a>)"
},
"start_date": {
"year": "2016",
"month":"1"
},
"text": {
"headline": "TimelineJS<br>Easy-to-make, beautiful timelines.",
"text": "<p>TimelineJS is a populair tool from Knightlab. It has been used by more than 250,000 people to tell stories seen hundreds of millions of times, and is available in more than sixty languages. </p>"
}
}
......
]
}