REST Assured Tutorial 58 – What is JsonPath and how to create it for simple and nested JSON Object?
As a part of the End to End REST Assured Tutorial, in this post, we will learn about JsonPath. If you are familiar with Xpath then you can understand JsonPath easily. The only difference is that XPath represents a path to reach a node in an XML document while JsonPath represents a path to reach a node…