Remove `json_value_to_serde_json` and `serde_json_to_json_value` methods.
Open
- Dominant language
- Rust
- Stars
- 1.6k
- Forks
- 145
- PR merge metrics
- No merged PRs in 30d
Description
We need to get rid of `json_value_to_serde_json` and `serde_json_to_json_value` methods.
All use of `serde_json::Value` can be removed if we properly implement `Serialize` and `Deserialize` for `JsonValue`, but let's leave it in the next PR.
_Originally posted by @chubei in https://github.com/getdozer/dozer/pull/1200#discussion_r1178749721_
Contributor guide
Assessment
This issue has not been assessed yet.