Best way to parse JSON data into a .NET object

The .NET Framework 3.5 has the JavaScriptSerializer class that can ease the deserialization. You can also use third party libraries like JSON.NET.

Leave a Comment