Shinydat File For Pgsharp (500+ QUICK)
public class Input { [JsonPropertyName("min")] public int Min { get; set; }
[JsonPropertyName("features")] public List<Feature> Features { get; set; } } shinydat file for pgsharp
public class Palette { [JsonPropertyName("id")] public string Id { get; set; } } [JsonPropertyName("features")] public List<
[JsonPropertyName("colors")] public List<string> Colors { get; set; } } Features { get