JSON to Java Entity - Online Tool

Convert JSON data to Java entity class code, supports custom class name, package name and Lombok annotations

Input JSON

The name of the generated Java class, default is RootObject
The package name for the generated Java class, e.g. com.example.model

Output Result