json downloaddata model building C# -


i try implementation of final

i want every data

var jsresult = (jobject)jsonconvert.deserializeobject(response); (int = 0; <= 19; i++) {     string mediaid = (string)jsresult["data"][i]["id"];      string commenturl = "https://api.instagram.com/v1/media/" + mediaid + "/comments?access_token=" + accesstoken + "";      var commentjson = webclient.downloaddata(commenturl);      var commentresponse = system.text.encoding.default.getstring(commentjson);      session.add("commentresponse", commentresponse); }              var commentdata = jsonconvert.deserializeobject<comment.rootobject>(session["commentresponse"].tostring()); 


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -