Skip to content

Instantly share code, notes, and snippets.

@will-yama
Created January 23, 2020 06:34
Show Gist options
  • Save will-yama/1b66e64e46d8e04850777caabd95678f to your computer and use it in GitHub Desktop.
Save will-yama/1b66e64e46d8e04850777caabd95678f to your computer and use it in GitHub Desktop.
{
"records": [
{
"recordID": {
"type": "RECORD_NUMBER",
"value": "1"
},
"mychoice": {
"type": "DROP_DOWN",
"value": "hello"
}
},
{
"recordID": {
"type": "RECORD_NUMBER",
"value": "2"
},
"mychoice": {
"type": "DROP_DOWN",
"value": "world"
}
}
],
"totalCount": "2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment