REST Assured Tutorial 41 – Ignore unknown properties during deserialization Using @JsonIgnoreProperties

Introduction As a part of End to End REST Assured Tutorial, in this post, We will learn about how unknown properties during…

Continue Reading →

REST Assured Tutorial 25 – How To Create a JSON Object Using Jackson API – ObjectMapper – createObjectNode()

We already learnt Creating JSON Object Request Body Using Map. In this post we will learn to Create a JSON…

Continue Reading →