Hello, I am new in both python and avro. I am trying to find a JSON Encoder for avro. In avro.io package for python, I can see a BinaryEncoder, but no JSON Encoder. But in java package for avro, I see both BinaryEncoder and JSON Encoder. Is there any plan to include JSON Encoder for avro in python? Or is there any package available that supports JSON Encoding for avro in python?
Thanks!
