Contact Support Team
Ask a question via the online form for more help.
[JsonPropertyName("default")] public int DefaultValue { get; set; } }
[JsonPropertyName("inputs")] public Dictionary<string, Input> Inputs { get; set; } }
public class Feature { [JsonPropertyName("tree")] public string Tree { get; set; }
[JsonPropertyName("rules")] public List<Rule> Rules { get; set; }
try { string json = File.ReadAllText(shinyDataFilePath); ShinyData shinyData = JsonSerializer.Deserialize<ShinyData>(json);
[JsonPropertyName("default")] public int DefaultValue { get; set; } }
[JsonPropertyName("inputs")] public Dictionary<string, Input> Inputs { get; set; } }
public class Feature { [JsonPropertyName("tree")] public string Tree { get; set; }
[JsonPropertyName("rules")] public List<Rule> Rules { get; set; }
try { string json = File.ReadAllText(shinyDataFilePath); ShinyData shinyData = JsonSerializer.Deserialize<ShinyData>(json);
Can't find your answer in Quick Assistance? Let our customer service Expert help you. Contact us via Twitter (24 hours online) before you buy, and ask your question via Online Form about technical questions.
Ask a question via the online form for more help.
Tweet us @iSkysoft to get support through Twitter.