Merge pull request #2843 from JinyangWang27/master

Add orjson
This commit is contained in:
Vinta Chen 2026-01-12 17:16:29 +08:00 committed by GitHub
commit 4ff712906f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -935,6 +935,7 @@ _Libraries and software for indexing and performing search queries on data._
_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.
- [orjson](https://github.com/ijl/orjson) - Fast, correct JSON library.
- [pysimdjson](https://github.com/TkTech/pysimdjson) - A Python bindings for [simdjson](https://github.com/lemire/simdjson).
- [python-rapidjson](https://github.com/python-rapidjson/python-rapidjson) - A Python wrapper around [RapidJSON](https://github.com/Tencent/rapidjson).
- [toonify](https://github.com/ScrapeGraphAI/toonify) - A compact, human-readable serialization format that reduces LLM token usage by 30-60% compared to JSON.