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.
精彩评论