vb.net解析json [英] vb.net parsing json

查看:500
本文介绍了vb.net解析json的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在vb.net应用程序中解析来自诸如twitter等的json.

How can I parse json from such as twitter etc in vb.net applications.

推荐答案

使用System.Runtime.Serialization.Json命名空间的DataContractJsonSerializer类.您可以使用它的ReadObject方法反序列化JSON流.

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

这篇关于vb.net解析json的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆