Json serialization in JavaScriptSerializer C# – Asp.net
I have object in my app in c# i need to serialize it to JSON but I need to custom the result json to be like below : My class : public class OrderStatus { public string title { get;…
I have object in my app in c# i need to serialize it to JSON but I need to custom the result json to be like below : My class : public class OrderStatus { public string title { get;…