Skip to content

Instantly share code, notes, and snippets.

@adavia
Created July 8, 2017 08:03
Show Gist options
  • Select an option

  • Save adavia/76deb55c48992bc730d49625c85a048e to your computer and use it in GitHub Desktop.

Select an option

Save adavia/76deb55c48992bc730d49625c85a048e to your computer and use it in GitHub Desktop.
object
// Change this
{
"addresses[0].city": "this is an error message"
}
// To this
{
addresses: {
0: {
city: "this is an error message"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment