Contents

avro-json-serializer 1.0.4

0

Avro Json Serializer

AvroJsonSerializer serializes data into a JSON format using AVRO schema.

Stars: 136, Watchers: 136, Forks: 45, Open Issues: 5

The linkedin/python-avro-json-serializer repo was created 10 years ago and the last code push was 2 years ago.
The project is popular with 136 github stars!

How to Install avro-json-serializer

You can install avro-json-serializer using pip

pip install avro-json-serializer

or add it to a project with poetry

poetry add avro-json-serializer

Package Details

Author
Roman Inozemtsev
License
Apache 2.0
Homepage
PyPi:
https://pypi.org/project/avro-json-serializer/
GitHub Repo:
https://github.com/linkedin/python-avro-json-serializer
No  avro-json-serializer  pypi packages just yet.

Errors

A list of common avro-json-serializer errors.

Code Examples

Here are some avro-json-serializer code examples and snippets.

GitHub Issues

The avro-json-serializer package has 5 open issues on GitHub

  • Deprecate avro python 3

See more issues on GitHub

Related Packages & Articles

anyjson 0.3.3

Wraps the best available JSON implementation available in a common interface

ajsonrpc 1.2.0

Async JSON-RPC 2.0 protocol + server powered by asyncio

python-json-logger 2.0.7

Enhance Python logging with python-json-logger, a library that outputs log data as JSON objects. Customize fields and integrate easily with existing logs.

ijson 3.2.3

Iterative JSON parser with standard Python iterator interfaces

jsonpickle 3.0.3

Python library for serializing any arbitrary object graph into JSON