开发者

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

开发者 https://www.devze.com 2023-04-04 13:56 出处:网络
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 hel

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

精彩评论

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