Json generates Java entity class tools, Json generates JavaBean code

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

2. Supports generating Javabean entity classes from Json strings in any complex/simple format

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

4. If your Json field contains system keywords and the field name cannot be modified at will, you can refer to the annotations in Gson to create an alias:@serializableNameSolve this problem. The following is a comparison before and after use:

private List< Default > default;

@SerializedName("default")

private List< Default > mdefault;

Language: English | 中文 | Русский | Español | Português | हिन्दी | தமிழ் | Deutsch | Français | عربي | 日本語 | 한국어
Your track:
Advertising area 1