Skip to content

Shinydat File For Pgsharp -

[JsonPropertyName("assets")] public List<string> Assets { get; set; }

public class Input { [JsonPropertyName("min")] public int Min { get; set; } shinydat file for pgsharp

using System; using System.Collections.Generic; using System.IO; using System.Text.Json; using System.Text.Json.Serialization; [JsonPropertyName("assets")] public List&lt

public class Feature { [JsonPropertyName("tree")] public string Tree { get; set; } Assets { get

[JsonPropertyName("colors")] public List<string> Colors { get; set; } }

[JsonPropertyName("max")] public int Max { get; set; }

[JsonPropertyName("palettes")] public List<Palette> Palettes { get; set; }