I have the below json response after running a postMan test of a Rest API:
{ \"glossary\": { \"title\": \"example glossary\", \"Gloss
Looks like the same question asked at POSTMAN: Comparing object Environment variable with response's object which also lists a solution that works, which is to use JSON.stringify() to turn the objects into strings and then compare the strings.
JSON.stringify()
objects
strings