brown-wall/menus.json

22 lines
426 B
JSON

[
{
"name": "Fruit",
"items": [
"Banana",
"Orange",
"Pineapple",
"Apple"
],
"description":"What it says on the tin."
},
{
"name": "Genre",
"items": [
"FFP",
"Action Adventrue",
"Lobotomy aka Idlegame"
],
"description":"The overal genre of the thinky thing."
}
]