Johnny/out/examples-list.json
2022-05-04 14:39:01 +02:00

23 lines
396 B
JSON

{
"available":
[
{
"title": "A simple Counter",
"version": "0.4",
"url": "examples/simple-counter.json",
"enabled": 1
},
{
"title": "Adding 2 numbers together",
"version": "0.3",
"url": "examples/adding.json",
"enabled": 1
},
{
"title": "Empty Canvas",
"version": "0.2",
"url": "examples/empty.json",
"enabled": 1
}
]
}