You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
I think this can be generalized to Value having to implement the Serialize and Deserialize traits. Moreover, this would create parity with serde_json's behavior in regards to the "serialize-ability" of Value: https://docs.serde.rs/serde_json/value/enum.Value.html.
In the process of moving from
serde_json
toserde_yaml
and I am trying to store aValue
in a structbut I get
This works fine using
serde_json
.The text was updated successfully, but these errors were encountered: