我正在尝试使用以下方法将对象转换为json
object.json();
我遇到以下错误:
core.js:15713 ERROR Error: Uncaught (in promise): TypeError: Cannot read property 'json' of undefined TypeError: Cannot read property 'json' of undefined
我认为它与新版本有所不同。版本7
有人可以帮我吗?
答案 0 :(得分:3)
The JSON.stringify()
method converts a JavaScript object or value to a JSON string
JSON.stringify(object)