1. Json strings can be automatically parsed and verified online to be formatted as a go struct structure (struct structures are generated strictly in accordance with Golang standards)
2. Provides the ability to convert any complex or simple format Json strings into a go struct structure
3. Supports Json format error prompts, and will not format non-compliant Json strings to ensure the accuracy of the struct structure
4. Supports the choice of whether to select inline type definition, and generates go structures quickly and easily