string url = "https://api.twitter.com/1.1/account/verify_credentials.json";
string data = oAuth.oAuthWebRequest(oAuthTwitter.Method.GET, url, String.Empty);
我将twitter登录集成到我的网站我将所有用户数据整合到字符串数据变量。现在我必须从数据字符串中读取用户值。可以任何身体告诉如何这个json字符串值。