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

与世无争的帅哥 提交于 2019-12-22 10:37:07

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!