using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
public static void Main()
typeof(ChoJSONReader).GetAssemblyVersion().Print();
using (var reader = ChoJSONReader.LoadText(json))
while ((row = reader.Read()) != null)
Console.WriteLine(row.Id);