using Newtonsoft.Json; namespace EDJournal { public class DockedEntry : Entry { public string StationName { get { return JSON.GetValue("StationName").ToString(); } } } }