Graphtage is a command-line utility and underlying library for semantically comparing and merging tree-like structures, such as JSON, XML, HTML, YAML, plist, and CSS files. Its name is a portmanteau ...
Currently the diff calculation output outputs it as a Python dictionary. I believe this should be output as JSON for external tooling. My primary use case is for logging purposes. In particular, Loki ...