(De-)serializing JSON and XML in RestAssured.Net
In a series of (short) blog posts, I would like to share with you some examples of how to use RestAssured.Net for writing tests for RESTful and GraphQL APIs. Getting started and basic examples Parameterized tests (De-)serialization (this blog post)...