Difference between const json… and json.parse

后端 未结 0 1129
无人及你
无人及你 2021-01-26 19:21

What is the fundamental difference between

const json_response = pm.response.json()

and

json_response = JSON.parse(responseBody)
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题