add back ultrajson

This commit is contained in:
Vinta Chen
2026-03-21 15:26:09 +08:00
parent 77b27508ab
commit 5c05dabc0e

View File

@@ -444,6 +444,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.
- [orjson](https://github.com/ijl/orjson) - Fast, correct JSON library.
- [ultrajson](https://github.com/esnme/ultrajson) - A fast JSON decoder and encoder written in C with Python bindings.
**Data & Science**