getdozer / getdozer/dozer

Remove `json_value_to_serde_json` and `serde_json_to_json_value` methods.

Open
#1,505 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.