Open
Description
Hi,
Just a suggestion and perhaps this exists already and I missed it, but It would be really nice if you could pretty print to a standard diff.
At the moment, you provide things like circe instances to allow the diff to be turned into JSON - which is great - but what I really want is a human readable diff, like:
-val foo="hello"
+val foo="world"
The kind of output that json-diff produces: