In last week’s newsletter, we briefly touched on how JSON can be tricky to include in unit test code because of conflicting interpretations of the double quote character ("). In this article we’ll expand on the three approaches mentioned to work around the issue and show examples of how we might use each tactic.
Share this post
3 Ways to Include JSON Directly in Your C…
Share this post
In last week’s newsletter, we briefly touched on how JSON can be tricky to include in unit test code because of conflicting interpretations of the double quote character ("). In this article we’ll expand on the three approaches mentioned to work around the issue and show examples of how we might use each tactic.