Processing JSON submitted via a web trigger

Butirrerne

New Member
I'm working with a third party site which I was told that they can POST JSON information to a URL, and from there I can decode and use that information in whatever manner I desire.I need to build a site to do this processing, and I need to use ASP.NET\[code\]http://foobar.org/process.aspx\[/code\]Where do I grab the JSON string? Is this inside of the response object? If so, does this mean I just need to use a class like JavaScriptSerializer to parse this information so I can use it server side?
 
Back
Top