Replacing `serde_json` by `serde_tests` for tests
Open
- Dominant language
- Rust
- Stars
- 52
- Forks
- 25
- Avg merge
- 21h 53m
- Merged PRs (30d)
- 2
Description
Currently, the unit tests for `Deserialize`/`Serialize` implementation are based on `serde_json`.
[`serde_test`](https://crates.io/crates/serde_test) might to be a more fitting alternative to be used in unit tests.
It should be evaluated and, if reasonable, used for replacing all `serde_json`-based unit tests.
Contributor guide
Assessment
This issue has not been assessed yet.