Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
27434 Points
4891 Posts
MVP
Apr 26, 2012 07:59 PM|LINK
You can just do this:
var data = { prop1: val1, prop2: val2 };
var json = JSON.stringify(data);
BrockAllen
All-Star
27434 Points
4891 Posts
MVP
Re: "post" ing json data to a controller method
Apr 26, 2012 07:59 PM|LINK
You can just do this:
var data = { prop1: val1, prop2: val2 };
var json = JSON.stringify(data);
DevelopMentor | http://www.develop.com
thinktecture | http://www.thinktecture.com/