public class Feature { [JsonPropertyName("tree")] public string Tree { get; set; }
[JsonPropertyName("colors")] public List<string> Colors { get; set; } } shinydat file for pgsharp
[JsonPropertyName("palettes")] public List<Palette> Palettes { get; set; } } [JsonPropertyName("colors")] public List<
[JsonPropertyName("type")] public string Type { get; set; } Colors { get
[JsonPropertyName("default")] public int DefaultValue { get; set; } }