Avro Decode

Decode Avro binary back into JSON for inspection

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.

Framing support

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.

Pairs well with

Jump to other JSON2Class utilities that naturally follow this one.

JSON to Java

Generate Java DTOs and review validation-oriented API models.

JSON to Kotlin

Review nullability and Kotlin data class structure quickly.

JSON Formatter

Format sample payloads before sending them back into the converter.