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

Better doc

Open 0x26res opened this issue 6 years ago • 2 comments

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 to the examples
  • add deserialize example

I can actually do it if you want.

0x26res avatar Nov 09 '18 10:11 0x26res

I am also struggling with it... ?

how to import it ? could someone post examples?

import AvroJsonSerializer or import Avro-Json-Serializer

is throwing import errors.

blueRegen avatar Jan 08 '21 17:01 blueRegen

from avro_json_serializer import AvroJsonSerializer

0x26res avatar Jan 08 '21 19:01 0x26res