Hello !
I use jdd to compare a JSON file generated by 2 version of the same API, and find regression bugs.
It could be verry effective to filter only the diff flagged by a side.
In my use case, I don't focus on :
unequal values : theses can be whatever they want.
missing properties from Left side : theses are the improvments of my new API version.
All I need to see is a list of
Missing property PPP from the object on the right side
In a second step, filter by "Left Side" can help focus on the new functionality of my API, without having to reload the JSONs.
Thanx for your usefull app,
Romain