开发者

vb.net parsing json

How can I parse json from such开发者_运维问答 as twitter etc in vb.net applications.


Use the DataContractJsonSerializer class of the System.Runtime.Serialization.Json namespace. You can use it's ReadObject method to deserialize the JSON stream.


You can use the JSon.Net library. I've never used it from VB.net but I assume it's CLS-compliant and it should work OK.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜