heetch/avro

JSON marshaling

Opened this issue · 0 comments

It would be nice to support JSON marshaling and unmarshaling of data values as specified in the Avro JSON encoding.
Currently we could do that by an external library (https://github.com/linkedin/goavro) but it would be nice to have a clean interface in heetch/avro that doesn't require that.