16 using Newtonsoft.Json;
17 using Newtonsoft.Json.Converters;
20 using System.Collections.Generic;
87 public List<ProjectFile>
Files {
get;
set; }
92 [JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
98 [JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
99 public IDictionary<string, Chart>
Charts {
get;
set; }
115 [JsonProperty(PropertyName =
"resolution"), JsonConverter(typeof(StringEnumConverter))]
121 [JsonProperty(PropertyName =
"results")]