mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-24 02:35:23 -05:00
28 lines
334 B
JSON
28 lines
334 B
JSON
[
|
|
{
|
|
"title": "Thing",
|
|
"features": [
|
|
{
|
|
"name": "Feature A",
|
|
"checked": true
|
|
},
|
|
{
|
|
"name": "Feature B",
|
|
"checked": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "Another list",
|
|
"features": [
|
|
{
|
|
"name": "Some other A",
|
|
"checked": true
|
|
},
|
|
{
|
|
"name": "Feature B",
|
|
"checked": false
|
|
}
|
|
]
|
|
}
|
|
] |