问题
I looked on the JSON.org website but I couldn't find any JSON library for Visual Basic .NET, does one exist? Did anyone have any success using Json.NET with VB.NET?
回答1:
Have you seen the JavaScriptSerializer class?
回答2:
You can use the DataContractSerializer to serialize/deserialize JSON.
回答3:
I use csjson and it works pretty well.
Though we're not sure if its fully functional since the samples say its "pre-release".
来源:https://stackoverflow.com/questions/1259817/is-there-a-json-stringify-and-parse-capability-for-vb-net