Generate C# classes from a JSON object instantly in your browser. Powered by quicktype-core. clang-format output. UML class diagram view. 100% client-side.
The JSON to C# converter uses `quicktype-core` with `features: just-types` to generate C# class definitions. A post-processing step strips the Serialize/Converter boilerplate, leaving clean `public` C# classes with typed properties. Output is formatted with clang-format via WASM. The UML class diagram panel shows the inferred class hierarchy.
QIs the output compatible with System.Text.Json and Newtonsoft.Json?
The generated classes are plain C# and work with both System.Text.Json and Newtonsoft.Json serialisers.
QIs my data sent to a server?
No. quicktype-core and clang-format WASM run in a Web Worker inside your browser.