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
Something the serde ecosystem will never have: serde_json::Valuecannot have a Bytes(Vec<u8>) arm, because it's not JSON-compliant.
I think in the merde ecosystem there should either be options to define what to do if trying to e.g. serialize bytes to JSON, or possibly fall back to runtime errors.
The text was updated successfully, but these errors were encountered:
Something the serde ecosystem will never have:
serde_json::Value
cannot have aBytes(Vec<u8>)
arm, because it's not JSON-compliant.I think in the merde ecosystem there should either be options to define what to do if trying to e.g. serialize bytes to JSON, or possibly fall back to runtime errors.
The text was updated successfully, but these errors were encountered: