RestAssured #13 - Converting response payload in JSON to POJO using De-Serialization
Using de-serialization to convert JSON to POJO
In this section, we are going to see how to convert a response in json to POJO using De-serialization. To get a response in json using GET request will use this endpoint https://reqres.in/api/users which...
subodhsingh.hashnode.dev2 min read