REST Assured Tutorial 73 – How to ignore node/s for JSON comparison in JSONassert
As a part of the End to End REST Assured Tutorial, in this post, we will learn to ignore specific nodes while comparing two JSON documents using the JSONassert library. We have already learned to Compare two JSON Objects and Compare two JSON Arrays using JSONassert library as a whole. We may not need to compare all nodes in JSON documents…
Read More “REST Assured Tutorial 73 – How to ignore node/s for JSON comparison in JSONassert” »