mardi 26 janvier 2021

Difference between const json... and json.parse

What is the fundamental difference between

const json_response = pm.response.json()

and

json_response = JSON.parse(responseBody)

Aucun commentaire:

Enregistrer un commentaire