M
Matty J
Hi
I'm having difficulty finding out what the latest version of the .NET
framework's C# code equivalent is for the following:
using System.Web.Script.Serialization;
JavaScriptSerializer ser = new JavaScriptSerializer();
result = ser.Deserialize<MyType>(JSON_encoded_string);
Any help would be appreciated.
Cheers
Matt
I'm having difficulty finding out what the latest version of the .NET
framework's C# code equivalent is for the following:
using System.Web.Script.Serialization;
JavaScriptSerializer ser = new JavaScriptSerializer();
result = ser.Deserialize<MyType>(JSON_encoded_string);
Any help would be appreciated.
Cheers
Matt