User: jay.liew@gmail.com clicked save for playground/jay-liew/test-form/test-exampledata.json
This commit is contained in:
parent
b90b8befd8
commit
4c133f0cc0
|
@ -1,3 +1,17 @@
|
|||
{
|
||||
"firstName": "Chuck"
|
||||
"firstName": "Chuck",
|
||||
"fruits": [
|
||||
{
|
||||
"value": "apples",
|
||||
"label": "Apples"
|
||||
},
|
||||
{
|
||||
"value": "oranges",
|
||||
"label": "Oranges"
|
||||
},
|
||||
{
|
||||
"value": "bananas",
|
||||
"label": "Bananas"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue