dojo
Version:
Dojo core is a powerful, lightweight library that makes common tasks quicker and easier. Animate elements, manipulate the DOM, and query with easy CSS syntax, all without sacrificing performance.
19 lines (18 loc) • 534 B
JSON
{
"identifier": "count",
"label": "count",
"items": [
{ "count": 1, "value": "true" },
{ "count": 2, "value": true },
{ "count": 3, "value": "false"},
{ "count": 4, "value": false },
{ "count": 5, "value": true },
{ "count": 6, "value": true },
{ "count": 7, "value": "true" },
{ "count": 8, "value": "true" },
{ "count": 9, "value": "false"},
{ "count": 10, "value": false },
{ "count": 11, "value": [false, false]},
{ "count": "12", "value": [false, "true"]}
]
}