Files
mlib5/js/test.json
2013-03-09 14:59:29 +01:00

34 lines
936 B
JSON

{
"title": "Testepisode",
"info": "this is a testepisode",
"tracks": [
{
"title": "testtrack1",
"info": "this the testtrack1",
"src": "audio.ogg",
"chapters": [
{
"title": "testtrackcheapter1",
"info": "this the cheapter1",
"time": "0"
},
{
"title": "testtrackcheapter2",
"info": "this the cheapter2",
"time": "3000"
},
{
"title": "testtrackcheapter3",
"info": "this the cheapter3",
"time": "9000"
}
]
},
{
"title": "testtrack2",
"info": "this the testtrack2",
"src": "audio2.ogg",
"cheapter": null
}
]
}