20 lines
313 B
JSON
20 lines
313 B
JSON
|
[
|
||
|
{
|
||
|
"name": "Fruit",
|
||
|
"items": [
|
||
|
"Banana",
|
||
|
"Orange",
|
||
|
"Pineapple",
|
||
|
"Apple"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"name": "Genre",
|
||
|
"items": [
|
||
|
"FFP",
|
||
|
"Action Adventrue",
|
||
|
"Lobotomy aka Idlegame"
|
||
|
]
|
||
|
}
|
||
|
]
|