Deserialization of Json without name fields
问题 I need to deserialize the following Json, which according to Jsonlint.com is valid, but ive not come across this before or cannot find examples of similar Json and how to deal with it? [1,"Bellegrove / Sherwood ","76705","486","Bexleyheath Ctr",1354565507000] My current system with like this: Data class: [DataContract] public class TFLCollection { [DataMember(Name = "arrivals")] public IEnumerable<TFLB> TFLB { get; set; } } [DataContract] public class TFLB { [DataMember] public string