Is there a JSON stringify and parse capability for VB.NET? Is there a JSON stringify and parse capability for VB.NET? json json

Is there a JSON stringify and parse capability for VB.NET?


You can use the DataContractSerializer to serialize/deserialize JSON.


I use csjson and it works pretty well.

Though we're not sure if its fully functional since the samples say its "pre-release".