Useful Extension method to create JSON string in C# for model class or list
DF
7:26:00 PM
namespace ExtensionMethods { public static class JSONHelper { public static string ToJSON ( this object obj ) ...Read More
Useful Extension method to create JSON string in C# for model class or list
Reviewed by DF
on
7:26:00 PM
Rating: