21 lines
399 B
JSON
21 lines
399 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|