using System.Collections.Generic;
public static void Main()
Console.WriteLine(d.ToString("N"));
public string id { get; set; }
public string name { get; set; }
public string type { get; set; }
public override string ToString(){
return String.Format("id: {0}, name: {1}, type: {2}",id, name, type);