JSON to Java
Generate Java DTOs and review validation-oriented API models.
Base64
Convert text or binary payloads to Base64 and back. Useful for JWT prep, image data URIs, and HTTP body inspection.
The browser `btoa` only accepts Latin1, which trips up multi-byte characters. This tool runs input through `TextEncoder` so UTF-8 text encodes correctly.
Jump to other JSON2Class utilities that naturally follow this one.
Generate Java DTOs and review validation-oriented API models.
Review nullability and Kotlin data class structure quickly.
Turn API payloads into TypeScript interfaces for frontend work.
Format sample payloads before sending them back into the converter.