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 and then on the way from my caller to the actual function

