//http://fastjson.codeplex.com/ using System; using System.Collections.Generic; namespace Exceptron.Driver.fastJSON { internal class Getters { public string Name; public JSON.GenericGetter Getter; public Type propertyType; } internal class DatasetSchema { public List Info { get; set; } public string Name { get; set; } } }