Shinydat File For — Pgsharp
[JsonPropertyName("library")] public string Library { get; set; }
[JsonPropertyName("features")] public List<Feature> Features { get; set; } } shinydat file for pgsharp
[JsonPropertyName("default")] public int DefaultValue { get; set; } } [JsonPropertyName("library")] public string Library { get
[JsonPropertyName("max")] public int Max { get; set; } } [JsonPropertyName("features")] public List<
using System; using System.Collections.Generic; using System.IO; using System.Text.Json; using System.Text.Json.Serialization;
