REST Assured Tutorial 61 – Deserialize Using JsonPath
As a part of the End to End REST Assured Tutorial, in this post, we will learn to deserialize using JsonPath. Earlier we have seen De-Serialization – JSON Object To Java Object Using Jackson API. The same we can achieve using JsonPath as well. As we are using RestAssured which includes JsonPath dependency by default, there is…
Read More “REST Assured Tutorial 61 – Deserialize Using JsonPath” »