[JsonPropertyName("colors")] public List<string> Colors { get; set; } }
[JsonPropertyName("inputs")] public Dictionary<string, Input> Inputs { get; set; } } shinydat file for pgsharp
[JsonPropertyName("rules")] public List<Rule> Rules { get; set; } [JsonPropertyName("colors")] public List<
using System; using System.Collections.Generic; using System.IO; using System.Text.Json; using System.Text.Json.Serialization; Colors { get
[JsonPropertyName("assets")] public List<string> Assets { get; set; }