python-avro-json-serializer icon indicating copy to clipboard operation
python-avro-json-serializer copied to clipboard

Serializes data into a JSON format using AVRO schema.

Results 5 python-avro-json-serializer issues
Sort by recently updated
recently updated
newest added

avro-python3](https://pypi.org/project/avro-python3/) is no longer maintained and is deprecated in favor of [avro](https://pypi.org/project/avro/). This PR follow up with this the deprecation and removes support for avro-python3

@0x26res thank you for your guidance. I am trying to run the sample code in the read me . Not able to. both code. (simple or "another" import avro.io from...

Hi, I'm a user of your library, it's great. I had a couple of suggestion to improve the doc: * add how to install w/ pip * add imports statement...

Hi, I am trying to understand if the current version supports defining optional fields. Like this ``` { "name": "username", "type": [ "null", "string" ], "default": null }, ```

While validating the schema with the datum, `long.timestamp-millis` gives `AvroTypeException`.