Json generates Java entity class tool, Json generates JavaBean code

1. Post json content, Javabean class name and package name can automatically generate JavaBean code, and can directly package and download the source code

2. Supports the generation of Javabean entity classes for Json strings in any complex/simple format

3. Provide Json format error prompts, and will not format Json strings that do not comply with the specifications, ensuring the accuracy of Javabean entity classes.

4. If your Json field contains system keywords and cannot modify the field name at will, you can refer to the annotation in Gson to add an alias:@serializableNameFix this issue. Here is a comparison before and after use:

private List< Default > default;

@SerializedName("default")

private List< Default > mdefault;

Access Log:
Advertising area 1