An experimental library to diff JSON objects/arrays by flattening them. It can create a patch between two JSON objects/arrays, and apply the patch to another JSON object/array. Use by bookmark-to-gist ...
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 ...