This commit is contained in:
Aryan Singh K. 2026-08-03 11:59:37 +04:00 committed by GitHub
commit ed5bcb26dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -481,6 +481,7 @@ _Libraries for serializing complex data types._
- [marshmallow](https://github.com/marshmallow-code/marshmallow) - A lightweight library for converting complex objects to and from simple Python datatypes.
- [msgpack](https://github.com/msgpack/msgpack-python) - MessagePack serializer implementation for Python.
- [msgspec](https://github.com/msgspec/msgspec) - A fast serialization and validation library with built-in support for JSON, MessagePack, YAML, and TOML.
- [orjson](https://github.com/ijl/orjson) - Fast, correct JSON library.
**Data & Science**