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
I'm deserializing to Value and doing some merging, then deserializing again into a structure. I was using serde_json::from_value for this but I want to use path-to-error and it seems like Deserializer has no from_value method.
Would it be reasonable to add this? For now I can workaround by re-serializing first.
The text was updated successfully, but these errors were encountered:
I'm deserializing to
Value
and doing some merging, then deserializing again into a structure. I was usingserde_json::from_value
for this but I want to usepath-to-error
and it seems likeDeserializer
has nofrom_value
method.Would it be reasonable to add this? For now I can workaround by re-serializing first.
The text was updated successfully, but these errors were encountered: