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.
Using
pythonizewe should be able to go from apydictto aserde_json::Valuerather 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.