Skip to content

Instantly share code, notes, and snippets.

@rivaros
Created August 11, 2015 12:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rivaros/e0e4460eb9dfaa163174 to your computer and use it in GitHub Desktop.
Save rivaros/e0e4460eb9dfaa163174 to your computer and use it in GitHub Desktop.
[
{
"id": 1,
"type": "datetime"
},
{
"id":2,
"type": "input"
},
{
"id":3,
"type": "select",
"options": [
"option 1",
"option 2",
"option 3"
]
},
{
"id":4,
"type": "multiple-select",
"options": [
"option 1",
"option 2",
"option 3"
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment