[JsonPropertyName("max")] public int Max { get; set; }
public class Condition { [JsonPropertyName("terrain_height")] public string TerrainHeight { get; set; } } shinydat file for pgsharp
public class Rule { [JsonPropertyName("id")] public string Id { get; set; } [JsonPropertyName("max")] public int Max { get; set; }
[JsonPropertyName("palettes")] public List<Palette> Palettes { get; set; } [JsonPropertyName("max")] public int Max { get
public class ShinyData { [JsonPropertyName("version")] public string Version { get; set; }
using System; using System.Collections.Generic; using System.IO; using System.Text.Json; using System.Text.Json.Serialization;
[JsonPropertyName("features")] public List<Feature> Features { get; set; } }