Files
MusicPlayer/MusicPlayerV2-GUI/public/bar-config.json

20 lines
345 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"
}
}
}