JSON to Java
Paste a JSON object, name the root record, and copy Java 16+ records—no upload, no account.
- Emit Java records with fields inferred from strings, numbers, booleans, objects, and arrays.
- Nest record types for nested JSON objects; arrays become List types with imports when needed.
- Your JSON never leaves the browser—we do not send it to a server to generate Java.