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

Remove string round trip in Python json parsers #62

Open
jackgerrits opened this issue Jul 12, 2023 · 0 comments
Open

Remove string round trip in Python json parsers #62

jackgerrits opened this issue Jul 12, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jackgerrits
Copy link
Owner

jackgerrits commented Jul 12, 2023

Using pythonize we should be able to go from a pydict to a serde_json::Value rather than serializing to and form a string currently. The json parsers would then also need to expose functionality to parse directly from a serde_json::Value. Performance should be measured to see it helps, but I expect that it should.

@jackgerrits jackgerrits added the enhancement New feature or request label Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant