×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
1
Language: C#
Posted by: John Hawk
Added: Nov 7, 2017 5:52 PM
Views: 2590
Tags: log4net
  1. // requires newtonsoft
  2. var j = JsonConvert.SerializeObject(validation, Newtonsoft.Json.Formatting.Indented, new StringEnumConverter());
  3.