JSON to Java
Generate Java DTOs and review validation-oriented API models.
Avro Decode
Provide hex or base64 Avro bytes along with a schema to recover the JSON message. Handy when a Kafka consumer captures bytes that need to be reviewed by a human.
Some deployments prepend a magic byte and schema id. The decoder can be told to strip Glue-style framing so you do not have to slice bytes manually.
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.