using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Globalization;
using System.Collections.Specialized;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json.Converters;
using Newtonsoft.Json.Serialization;
public Class1[] Property1 { get; set; }
public string id { get; set; }
public string t { get; set; }
public string e { get; set; }
public string l { get; set; }
public string l_fix { get; set; }
public string l_cur { get; set; }
public string s { get; set; }
public string ltt { get; set; }
public string lt { get; set; }
public DateTime lt_dts { get; set; }
public string c { get; set; }
public string c_fix { get; set; }
public string cp { get; set; }
public string cp_fix { get; set; }
public string ccol { get; set; }
public string pcls_fix { get; set; }
public string el { get; set; }
public string el_fix { get; set; }
public string el_cur { get; set; }
public string elt { get; set; }
public string ec { get; set; }
public string ec_fix { get; set; }
public string ecp { get; set; }
public string ecp_fix { get; set; }
public string eccol { get; set; }
public string div { get; set; }
public string yld { get; set; }
public static void Main()
""lt"":""Nov 8, 4:00PM EST"",
""lt_dts"":""2016-11-08T16:00:01Z"",
""elt"":""Nov 8, 4:15PM EST"",
""lt"":""Nov 8, 4:16PM EST"",
""lt_dts"":""2016-11-08T16:16:29Z"",
""pcls_fix"":""5166.1729""
var items = JsonConvert.DeserializeObject<Class1 []>(json);
Console.WriteLine("items[0].c: {0}\n", blah);
Console.WriteLine("Re-serialized JSON: ");
Console.WriteLine(JsonConvert.SerializeObject(items, Formatting.Indented));