Investigate swapping json backends
Open
- Dominant language
- Python
- Stars
- 5.5k
- Forks
- 1.7k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 2
Description
### What feature should we add?
The `FriendlyJsonSerde` and anywhere else we use `json` could likely benefit from using configurable json libraries such as `orjson` or `ujson`. I think these could potentially be available as install extras and configurable on the serde class.
This sounds good in theory but this issue requires a bit of digging for friction / pain points to see how feasible this is.
Contributor guide
Assessment
This issue has not been assessed yet.