Skip to content

Instantly share code, notes, and snippets.

@leethomascook
Created March 31, 2015 22:48
Show Gist options
  • Save leethomascook/a308b5a2e08b2d511217 to your computer and use it in GitHub Desktop.
Save leethomascook/a308b5a2e08b2d511217 to your computer and use it in GitHub Desktop.
{
"wasSuccessfull" : "false"
fields: [
{
"name" : "firstName"
"label" : "First Name"
"value" : "Lee"
"required" : "true"
"validationMessage" : "This is required, douchebag"
"type" : "text"
},
{
"name" : "lastName"
"label" : "Last Name"
"value" : "Cook"
"required" : "true"
"validationMessage" : "This is required, douchebag"
"type" : "text"
},
{
"name" : "dob"
"label" : "Date of birth"
"value" : "13/04/1983"
"required" : "true"
"validationMessage" : "This is required, douchebag"
"type" : "calendar"
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment