Michał

Results 2 comments of Michał

I looked into the source code and noticed that `runjs()` uses JS's `eval()` under the hood which is responsible for removing backslashes. ```js eval("console.log('[{\"employee\":\"John \"Doe\"\"}]');") // [{"employee":"John "Doe""}] ```

Update, as some regions were updated in the past 2 years ``` regions: - global - us-east-2 - us-east-1 - us-west-1 - us-west-2 - af-south-1 - ap-east-1 - ap-southeast-3 -...