Hi, is there a way to make `shouldMatchJson` outpu...
# kotlintest
c
Hi, is there a way to make
shouldMatchJson
output readable? I mean, so that instead of outputting two jsons—received and expected (which sometimes happen to be huge)—it would output the semantic difference? Currently I have to copy received and expected jsons, open some semantic json comparison web site, paste the jsons there and only then I'm able to see the difference