Skip to content

Instantly share code, notes, and snippets.

@adatta02
Created February 9, 2013 00:00
Show Gist options
  • Save adatta02/4743010 to your computer and use it in GitHub Desktop.
Save adatta02/4743010 to your computer and use it in GitHub Desktop.
var collection = [];
model.collection.each( function(e, i, l){
collection.push( e.toJSON() );
});
params.data = JSON.stringify(collection);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment