Avro to JSON

Convert Apache Avro data into clean, formatted JSON directly in your browser.

Your data is processed locally in your browser and is never uploaded.

Local Avro decoding

Raw Avro binary requires a supplied JSON schema. Avro Object Container Files use their embedded schema and decode locally; bytes and fixed values use a $binary Base64 object.

Related JSON tools