Tag Archives: deserialized

Deserializing JSON on .NET

Hello, You can use the .Net classes that come with the framework “System.Web.Script.Serialization” that are a pain on the ass to understand. But if you do you can go with it… Should be something like: Dim serializer As New JavaScriptSerializer() … Continue reading

Posted in .Net Coding, Medium Technical | Tagged , , , , , , , | Comments Off on Deserializing JSON on .NET