Python Serialization

Back

1. marshmallow

A lightweight library for converting complex objects to and from simple Python datatypes.

2. pysimdjson

A Python bindings for [simdjson](https://github.com/lemire/simdjson).

3. python-rapidjson

A Python wrapper around [RapidJSON](https://github.com/Tencent/rapidjson).

4. ultrajson

A fast JSON decoder and encoder written in C with Python bindings.