Skip to content

Instantly share code, notes, and snippets.

@nicholasess
Created December 6, 2014 01:31
Show Gist options
  • Save nicholasess/b4595bb360f8b4adf170 to your computer and use it in GitHub Desktop.
Save nicholasess/b4595bb360f8b4adf170 to your computer and use it in GitHub Desktop.
Enviando data a api
//resultado do req.body
{
'clients[0][user]': '547e197cf728c42342181858',
'clients[0][permission]': 'true'
}
//array para enviar a api
var emails = [{
user: '547e197cf728c42342181858',
permission: true
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment