Using JSON.stringify and JSON.parse for Function Arguments in RPC System

Am I doing this right? I'm using an RPC/Workflow system (Temporal), so my function arguments are getting transparently passed through
JSON.stringify
and then
JSON.parse
on the way from my caller to the actual function
image.png
Was this page helpful?