Johnny/out/examples-list.json

23 lines
396 B
JSON

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