using System; namespace sharp.json.attributes { public class JSONField : Attribute { public string Alias { get; set; } } }