using System.Collections.Generic;
public static void Main()
""objectNumber"": ""123"",
""objectFamily"": ""foo"",
var model = JsonConvert.DeserializeObject<JsonModel>(json, new JsonSerializerSettings { NullValueHandling = NullValueHandling.Ignore });
actions = new List<Actions>();
public string objectNumber { get; set; }
public string objectFamily { get; set; }
public string objectOrder { get; set; }
public string location { get; set; }
public string place { get; set; }
public string inventionTime { get; set; }
public string lastUpdate { get; set; }
public string condition { get; set; }
public Type_X Type_X { get; set; }
public List<Actions> actions { get; set; }
public string count { get; set; }
public string datetime { get; set; }
public string place { get; set; }
public string status { get; set; }
partA = "part A default value";
public string partA { get; set; }
public string PartB { get; set; }
public string partC { get; set; }
public string partD { get; set; }
public string partE { get; set; }