eximarus
Results
2
issues of
eximarus
example: ```cs namespace QuickType { using System; using System.Collections.Generic; using System.Globalization; using Newtonsoft.Json; using Newtonsoft.Json.Converters; public partial class Something { [JsonProperty("some_property")] public string SomeProperty { get; set; } } public...
C#