fmensah
6 years agoOccasional Contributor
Json response format assertion
Hello everybody,
I am looking for a way to find an assertion which could help me check that I got the json schema in the exact order.
Let'us look at the example below.
I want an assertion whic says that I get "error", then with "message" and "details" nested in this exact order.
I also want to check the content of both "message" and "details".