Json – How to convert key value from result to uppercase in an ASP.NET Core 3.1 Web API
Model class: public class User { public string NS_ID { get; set; } public string TONV_ABC { get; set; } public string NAME_ABC { get; set; } public string MAABC { get; set; } } Result json when testing in…