Taking JSON property values to console.log

0

How to "read" the following structure and display the result in%% of Postman

var corpojson = JSON.parse(responseBody);
console.log('| -- CPF :' + (corpojson.entities.people.idNumber))
console.log('| -- Nome : ' + (corpojson.nome))
    
asked by anonymous 04.07.2018 / 21:57

0 answers