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
 

Reply

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options