when doing mockmvc tests with result matchers, is ...
# announcements
x
when doing mockmvc tests with result matchers, is it possible to check the shape of a json object response?
what i mean is, is it possible to check shape instead of comparing to a json object? kind of like its done in typescript
i'm thinking about iterating keys and checking that they have the strings expected, but maybe there's a better way