如何从json中提取用户数据并将其发送到字符串?

时间:2014-01-08 11:23:10

标签: c# asp.net json twitter

string url = "https://api.twitter.com/1.1/account/verify_credentials.json";                          
string data = oAuth.oAuthWebRequest(oAuthTwitter.Method.GET, url, String.Empty);

我将twitter登录集成到我的网站我将所有用户数据整合到字符串数据变量。现在我必须从数据字符串中读取用户值。可以任何身体告诉如何这个json字符串值。

0 个答案:

没有答案