We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8fa871 + cd028ad commit 47981e3Copy full SHA for 47981e3
1 file changed
src/targets/javascript/jquery.js
@@ -34,7 +34,7 @@ module.exports = function (source, options) {
34
35
case 'application/json':
36
settings.processData = false
37
- settings.data = source.postData.text
+ settings.data = source.postData.jsonObj
38
break
39
40
case 'multipart/form-data':
0 commit comments