You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the awesome feature request. We already have a way to see only the missing properties. I can take a look and think about a good way to show the direction of the missing properties. If you could easily see that would it give you what you're looking for?
We already say which side the property is missing from. I could add an icon to make this easier to see or something like that.
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
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
The text was updated successfully, but these errors were encountered: