redstrate.com/data/music.json

21 lines
399 B
JSON
Raw Normal View History

2022-08-24 10:24:04 -04:00
{
"categories": [
{
"name": "Music",
"description": "This is my extremely small music collection.",
"years": [
{
"year": 2022,
"pieces": [
{
"title": "you call this a town theme?",
"filename": "test.opus",
"newgrounds_url": "google.com"
}
]
}
]
}
]
}