Skip to content

Instantly share code, notes, and snippets.

@leonguyen
Created March 8, 2014 02:40
Show Gist options
  • Select an option

  • Save leonguyen/9424495 to your computer and use it in GitHub Desktop.

Select an option

Save leonguyen/9424495 to your computer and use it in GitHub Desktop.
route JSON.stringify
var uData = {FName: req.body.txtFName, ..}
var set = {
uData: JSON.stringify(uData),
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment