Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include "binary data" in Value #48

Open
fasterthanlime opened this issue Sep 14, 2024 · 0 comments
Open

Include "binary data" in Value #48

fasterthanlime opened this issue Sep 14, 2024 · 0 comments

Comments

@fasterthanlime
Copy link
Contributor

Something the serde ecosystem will never have: serde_json::Value cannot 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant