Avuya Mxoli

Avuya Mxoli

  • NA
  • 236
  • 206.1k

Sort c# List that contains json object

Jan 17 2014 2:18 AM
Hi all,
I have a List<Object> posts = new List<Object>();
I add an object that contains Json data to this list in a foreach loop: posts.Add(statusJson);
 
Now this Json object (statusJson) contains these fields : name,message and created_time. I would like to sort the list by created_time
Any suggestions? 

Answers (10)