开发者

vb.net parsing json

开发者 https://www.devze.com 2023-02-19 22:03 出处:网络
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 ReadOb

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

精彩评论

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