2023-07-04 22:27:06 +02:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Fruit",
|
|
|
|
"items": [
|
|
|
|
"Banana",
|
|
|
|
"Orange",
|
|
|
|
"Pineapple",
|
|
|
|
"Apple"
|
2023-07-15 21:52:53 +02:00
|
|
|
],
|
|
|
|
"description":"What it says on the tin."
|
2023-07-04 22:27:06 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Genre",
|
|
|
|
"items": [
|
|
|
|
"FFP",
|
|
|
|
"Action Adventrue",
|
|
|
|
"Lobotomy aka Idlegame"
|
2023-07-15 21:52:53 +02:00
|
|
|
],
|
|
|
|
"description":"The overal genre of the thinky thing."
|
2023-07-04 22:27:06 +02:00
|
|
|
}
|
|
|
|
]
|