About C# to JSON
A free utility to convert C# classes to JSON objects. The core implementation of this tool is available on Github.
C# code compilation courtesy of Microsoft Roslyn.
C# browser text editor courtesy of CodeMirror.
Update history
- 4/11/2020 - Added Newtonsoft.Json as an available assembly reference.
- 4/24/2018 - Fixed clear button bug
- 4/21/2018 - Added System.Xml namespace and minor text changes.
- 4/21/2018 - Added more robust C# text editor for syntax highlighting.
- 4/20/2018 - Split json objects into individual text areas
- 4/03/2018 - Added popover to Copy button
- 3/20/2018 - Updated clipboard access to not require Flash
- 3/07/2018 - Check for existing usings before adding any. Included additional assembly references for common libraries.
- 3/05/2018 - Added options for camel case and minify