开发者

How to extract/convert values from JSON response to a VB.NET Object and vice versa?

I'm getting a JSON response after acc开发者_开发知识库essing a web service with my window application written in VB.NET. How can I convert the JSON response to a VB.NET object and vice versa? Any help will be appreciated! Thanks!


You may want to take a look at PW.JSON. As far as I know, it is the only library to serialize / deserialize JSON objects in VB.net. JSON.org lists a number of different libraries for JSON serialization at the bottom of the page, but unfortunately, PW.JSON appears to be the only one for VB.net.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜