mirror of
https://github.com/janishutz/MusicPlayerV2.git
synced 2025-11-25 04:54:23 +00:00
13 lines
197 B
JSON
13 lines
197 B
JSON
{
|
|
"test": {
|
|
"name": "Test drink",
|
|
"price": 700,
|
|
"id": "test"
|
|
},
|
|
"test-2": {
|
|
"name": "Test drink 2",
|
|
"price": 500,
|
|
"id": "test-2"
|
|
}
|
|
}
|