Simon Mourier's Avatar
Simon Mourier's blog (1346 answers on StackOverflow) about Microsoft technologies C#, C/C++, .NET, WinRT, WinUI, COM, Interop, DirectX, Direct2D, Windows, ...
  • 🔎︎ Search
  • Categories
  • Archives
  • About Me
  • asp.net
  • c#
  • json

How to deserialize this JSON in asp.net

Sep 2, 2011 See the question and my original answer on StackOverflow

The .NET Framework provides the JavaScriptSerializer Class which is easy to use (in the System.Web.Extensions.dll assembly).

There is an example here: Dictionary to JSON Serialization and Deserialization

  • SmoBlog © 2010-2025 Simon Mourier. All rights reserved.
  • Privacy & Terms