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

proper serde_json usage #3

Closed
iraizo opened this issue Jun 21, 2022 · 0 comments
Closed

proper serde_json usage #3

iraizo opened this issue Jun 21, 2022 · 0 comments

Comments

@iraizo
Copy link
Contributor

iraizo commented Jun 21, 2022

Currently we use serde_json::value::Value way too much, since we know the structure of the return we should serialize them properly

{
   "op": "something"
}

Any other values would be wrapped around std::option::Option

@iraizo iraizo closed this as completed Jun 29, 2022
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