We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7231dc8 + f87737e commit 57515e2Copy full SHA for 57515e2
src/targets/python/helpers.js
@@ -77,7 +77,7 @@ module.exports = {
77
if (value === null || value === undefined) {
78
return ''
79
}
80
- return '"' + value.toString().replace(/"/g, '\\"') + '"'
+ return JSON.stringify(value)
81
82
83
0 commit comments