hierarchical-estimates-visu.../data/listForTemplate.json
NunoSempere 6f91849e4e feat: Get prototype working.
Display still missing, but some core functionality already
works.
2022-06-24 21:38:07 -04:00

28 lines
513 B
JSON

[
{
"name": "Element 1",
"url": "https://example.com/1",
"otherProp": "other prop 1"
},
{
"name": "Element 2",
"url": "https://example.com/2",
"otherProp": "other prop 2"
},
{
"name": "Element 3",
"url": "https://example.com/3",
"otherProp": "other prop 3"
},
{
"name": "Element 4",
"url": "https://example.com/4",
"otherProp": "other prop 4"
},
{
"name": "Element 5",
"url": "https://example.com/5",
"otherProp": "other prop 5"
}
]