Example #1
0
        public void Update()
        {
            JToken post = Reddit.GetToken(this.Url);

            JsonConvert.PopulateObject(post["data"].ToString(), this, Reddit.JsonSerializerSettings);
        }