1, Json strings can be automatically parsed and formatted into C# Model entity class online (strictly in accordance with the C#.Net standard implementation of the generation of Model entity class )
2, to provide any complex/simple format of the Json string conversion to generate C# entity class
3, support for Json format error , will not format the Json string does not meet the specifications to ensure the accuracy of the Model entity class
4, support for Json comments , automatically extract the relevant characters in the Json string , used to generate the C# entity class field comments , increasing the readability of the Model entity class .