jmacdonald
06/05/2019, 12:02 PMUnterminated string literal
error when trying to POST to a RESTlet, I assume it's an issue with the contents of the request but has anyone encountered this before?jarens
06/05/2019, 12:10 PMJSON.parse(JSON.stringify(data).replace(/\\n/g,'').replace(/\\r/g,''))
jarens
06/05/2019, 12:11 PMjmacdonald
06/05/2019, 12:38 PM