mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 17:25:19 +00:00
58 lines
970 B
JSON
58 lines
970 B
JSON
{
|
|
"gator_select": [
|
|
{
|
|
"key": "Glacier Freeze",
|
|
"value": "Glacier Freeze"
|
|
},
|
|
{
|
|
"key": "Fierce Grape",
|
|
"value": "Fierce Grape"
|
|
},
|
|
{
|
|
"key": "Fruit Punch",
|
|
"value": "Fruit Punch"
|
|
},
|
|
{
|
|
"key": "Lemon-Lime",
|
|
"value": "Lemon-Lime"
|
|
},
|
|
{
|
|
"key": "Orange",
|
|
"value": "Orange"
|
|
},
|
|
{
|
|
"key": "Riptide Rush",
|
|
"value": "Riptide Rush"
|
|
},
|
|
{
|
|
"key": "Strawberry Lemonade",
|
|
"value": "Strawberry Lemonade"
|
|
},
|
|
{
|
|
"key": "Sweat Strawberry",
|
|
"value": "Sweat Strawberry"
|
|
},
|
|
{
|
|
"key": "Tropical Punch",
|
|
"value": "Tropical Punch"
|
|
},
|
|
{
|
|
"key": "X-Fruit Fusion",
|
|
"value": "X-Fruit Fusion"
|
|
}
|
|
],
|
|
"fruits": [
|
|
{
|
|
"value": "apples",
|
|
"label": "Apples"
|
|
},
|
|
{
|
|
"value": "oranges",
|
|
"label": "Oranges"
|
|
},
|
|
{
|
|
"value": "bananas",
|
|
"label": "Bananas"
|
|
}
|
|
]
|
|
} |