I have a web app with that is using JQuery to interact with my backend. The backend successfully accepts JSON data. For instance, I can successfully send the following JSON:
Figured it out. I was forgetting the following:
myService.Headers.Add("Content-Type", "application/json");