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
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.
The text was updated successfully, but these errors were encountered:
Using
pythonize
we should be able to go from apydict
to aserde_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 aserde_json::Value
. Performance should be measured to see it helps, but I expect that it should.The text was updated successfully, but these errors were encountered: