using System.Collections.Generic;
public static void Main()
var list = new List<object>();
var json = JsonConvert.SerializeObject(list);
public string Prop1 {get;set;}
public string Prop2 {get;set;}
public int Prop3 {get;set;}
public bool Prop4 {get;set;}
public string Name {get;set;}