[JsonPropertyName("library")] public string Library { get; set; }
using System; using System.Collections.Generic; using System.IO; using System.Text.Json; using System.Text.Json.Serialization; shinydat file for pgsharp
[JsonPropertyName("rules")] public List<Rule> Rules { get; set; } [JsonPropertyName("library")] public string Library { get
[JsonPropertyName("max")] public int Max { get; set; } } using System
public class Feature { [JsonPropertyName("tree")] public string Tree { get; set; }
[JsonPropertyName("default")] public int DefaultValue { get; set; } }