1
0
Fork 0
mirror of https://git.sr.ht/~phw/scotty synced 2025-05-05 07:57:06 +02:00
scotty/backends/jspf/testdata/simple.jspf
2023-11-13 23:56:39 +01:00

24 lines
505 B
Text

{
"playlist": {
"title": "Two Songs From Thriller",
"creator": "MJ Fan",
"track": [
{
"location": [
"http://example.com/billiejean.mp3"
],
"title": "Billie Jean",
"creator": "Michael Jackson",
"album": "Thriller"
},
{
"location": [
"http://example.com/thegirlismine.mp3"
],
"title": "The Girl Is Mine",
"creator": "Michael Jackson",
"album": "Thriller"
}
]
}
}