is there a tool that can extract C-sharp attributes to generate JSON?
preferably the VS plug-in
is there a tool that can extract C-sharp attributes to generate JSON?
preferably the VS plug-in
you can try this online tool: http://csharp2json.io/
serialize the object, and then
JsonConvert.SerializeObject