mirror of
https://github.com/janishutz/MusicPlayerV2.git
synced 2025-11-25 21:14:22 +00:00
20 lines
346 B
JSON
20 lines
346 B
JSON
{
|
|
"ages": {
|
|
"below": "red",
|
|
"16-18": "",
|
|
"18+": "",
|
|
},
|
|
"offering": {
|
|
"test": {
|
|
"name": "Test drink",
|
|
"price": 700,
|
|
"id": "test"
|
|
},
|
|
"test-2": {
|
|
"name": "Test drink 2",
|
|
"price": 500,
|
|
"id": "test-2"
|
|
}
|
|
}
|
|
}
|