I'm running into a lot of troubles trying to do a post request from my jQuery code passing a JSON object to my webservice method.
I know this question might seem to be pointless, but I wanted to know how WCF recognize a JSON string and converts it into a object. What should we configuring to have the warranty that it should work?
I followed several pages and blog posts like this but I can't get it working. Every time the service code is hit, the parameter comes as a null object!
Any advise, tips, inner workings that we should be aware of ?