Hey all - I'm sending a POST request to a NetSuite suitelet. When trying to JSON.parse() the context.request.body, I get this error message from NetSuite: "type":"error.SuiteScriptError","name":"SyntaxError","message":"Unexpected token in object literal". However, when I run the JSON through a JSON validator, there are no issues. Any ideas what could be causing this?