For Pgsharp — Shinydat File
[JsonPropertyName("max")] public int Max { get; set; }
[JsonPropertyName("palettes")] public List<Palette> Palettes { get; set; } shinydat file for pgsharp
class Program { static void Main(string[] args) { string shinyDataFilePath = "path/to/shinydata.json"; [JsonPropertyName("max")] public int Max { get; set; }


