avro icon indicating copy to clipboard operation
avro copied to clipboard

JSON marshaling

Open rogpeppe opened this issue 4 years ago • 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.

rogpeppe avatar Jan 22 '20 12:01 rogpeppe