Shinydat File For Pgsharp Verified May 2026
public class Palette { [JsonPropertyName("id")] public string Id { get; set; }
[JsonPropertyName("density")] public float Density { get; set; } } shinydat file for pgsharp
[JsonPropertyName("colors")] public List<string> Colors { get; set; } } } }
[JsonPropertyName("colors")] public List<
[JsonPropertyName("default")] public int DefaultValue { get; set; } } Colors { get
public class ShinyData { [JsonPropertyName("version")] public string Version { get; set; }
[JsonPropertyName("palettes")] public List<Palette> Palettes { get; set; }
[JsonPropertyName("assets")] public List<string> Assets { get; set; }