File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,14 @@ You must open an issue before creating a pull request.
111111
112112For examples of how to support a third-party encoder see ` orjson.py` and ` msgspec.py` .
113113
114+ The following encoders have been considered and rejected:
115+
116+ - [python-rapidjson](https://github.com/python-rapidjson/python-rapidjson) - As of 2026-03-22 is ranked ~ 1800 with ~ 4.5M downloads / month.
117+ - [pysimdjson](https://github.com/TkTech/pysimdjson) - as of 2026-03-22 is ranked ~ 4200 with > 1M downloads / month.
118+ - [yapic.json](https://github.com/zozzz/yapic.json) - as of 2026-03-22 is not in top 15K packages.
119+ - [cysimdjson](https://github.com/TeskaLabs/cysimdjson) - as of 2026-03-22 is not in top 15K packages.
120+ - [yapic.json](https://github.com/zozzz/yapic.json) - as of 2026-03-22 is not in top 15K packages.
121+
114122# ## Versioning and breaking compatability
115123
116124This project uses semantic versioning.
You can’t perform that action at this time.
0 commit comments