Reply to comment
parse json serverside in dotnet
99% of the articles out there for parsing json using the dotnet stack involve jquery on the clientside. That's not what I was looking for, I need to perform a serverside request to another service, parse that json and render my own response.
Thankfully, I found my solution in the class JavaScriptSerializer
