Input JSON
Output Result
Related Tools
Online JSON strings generate c# entity classes, and JSON strings generate c# object. It supports intelligent keyword processing, special class names, naming rule checking and other features.
- Open File : Open JSON data file and support any extension name. The supported file encoding is UTF-8 encoding.
- Format : Format the input JSON data.
- Generate : After entering the c# namespace, click generate to generate the corresponding c# entity class. The class name of the root object is RootEntity.This tool support intelligent processing of keywords, special class names, naming rule checking and other features.
- Download : Download the generated c# class file. Important: click Generate before downloading the file.
- Array processing: Elements in an array must be of the same type, and array nesting at any level is supported.
- If the input JSON data is a completely dynamic structure, you can use the JSONPath to dynamically extract the required data.
- The generated class file is based on Newtonsoft.Json library.You need to add corresponding class library dependencies.