29 lines
557 B
JSON
29 lines
557 B
JSON
{
|
|
"tracks": [
|
|
{
|
|
"file": "track01.mp3",
|
|
"artist": "Earthless",
|
|
"title": "Endless Spiral"
|
|
},
|
|
{
|
|
"file": "track02.mp3",
|
|
"artist": "Dire Straits",
|
|
"title": "Floating on the Waves"
|
|
},
|
|
{
|
|
"file": "track03.mp3",
|
|
"artist": "Tame Impala",
|
|
"title": "Dimensional Transition"
|
|
},
|
|
{
|
|
"file": "track04.mp3",
|
|
"artist": "Com Truise",
|
|
"title": "The Galaxy Arm"
|
|
},
|
|
{
|
|
"file": "track05.mp3",
|
|
"artist": "Guns 'n Roses",
|
|
"title": "Thunderbird"
|
|
}
|
|
]
|
|
} |