Closed HadleyKing closed 3 months ago
https://zepworks.com/deepdiff/current/
just take in two json objects, serialize them into python dictionaries using json load or any other way, call DeepDiff and that gives the user a breakdown of all the things that are different in the second object
probably would want to set ignore_order to True since JSON doesn't guarantee object ordering you'll get a lot of false positive differences if taking into account ordering
Might be ok, but I worry that it's too general. One of the Seans' tools is more BCO-specific and might be better suited to BCO diff-ing?
Implementation of a programmatic tool that will compare the metadata of the two different versioned workflows.