Question:
I’m currently trying to automate running Postman collections in our CI/CD tool. What I noticed is that, in general, JSON strings that also contain a raw JSON string cannot be parsed.Here’s a simple example to demonstrate this.
raw
as a string?Answer:
The way you are escaping the quotes is not correct. Please see the following.If you have better answer, please add a comment about this, thank you!