using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
public static void Main()
typeof(ChoJSONReader).GetAssemblyVersion().Print();
foreach (dynamic e in ChoJSONReader<EmployeeRec>.LoadText(json))
Console.WriteLine(e.Name);
public override string ToString()
return "{0}. {1}".FormatString(Id, Name);