14 lines
164 B
JSON
14 lines
164 B
JSON
[
|
|
{
|
|
"start": 2.5,
|
|
"end": 3.0,
|
|
"speaker": "Bob",
|
|
"text": "later"
|
|
},
|
|
{
|
|
"end": 2.0,
|
|
"speaker": "",
|
|
"text": "no start uses end"
|
|
}
|
|
]
|