Skip to content

Commit 622650c

Browse files
committed
[docs.contributing] Update unsupported JSON encoders
1 parent 06165bb commit 622650c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/contributing.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,12 @@ For examples of how to support a third-party encoder see `orjson.py` and `msgspe
113113

114114
The following encoders have been considered and rejected:
115115

116-
- [python-rapidjson](https://github.com/python-rapidjson/python-rapidjson) - As of 2026-03-22 is ranked ~1800 with ~4.5M downloads / month.
116+
- [simplejson](https://github.com/simplejson/simplejson) - as of 2026-03-29 is ranked ~370 with ~55M downloads / month. Due to errors when handling `bytes` objects and lack of interest from the community ([see comment for more details](https://github.com/nhairs/python-json-logger/pull/64#issuecomment-4149326316)).
117+
- [ultrajson](https://github.com/ultrajson/ultrajson) (`usjon`) - as of 2026-03-29 is ranked ~630 with ~27 downloads / month. Due to errors when handling `bytes` objects and lack of interest from the community ([see comment for more details](https://github.com/nhairs/python-json-logger/pull/64#issuecomment-4149326316)). Additionally it is in maintence mode.
118+
- [python-rapidjson](https://github.com/python-rapidjson/python-rapidjson) - as of 2026-03-22 is ranked ~1800 with ~4.5M downloads / month.
117119
- [pysimdjson](https://github.com/TkTech/pysimdjson) - as of 2026-03-22 is ranked ~4200 with >1M downloads / month.
118120
- [yapic.json](https://github.com/zozzz/yapic.json) - as of 2026-03-22 is not in top 15K packages.
119121
- [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.
121122

122123
### Versioning and breaking compatability
123124

0 commit comments

Comments
 (0)